Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:emux
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H
A
D
emu10k1_synth.c
22
struct snd_emux *
emux
;
in snd_emu10k1_synth_probe()
local
38
if (snd_emux_new(&
emux
) < 0)
in snd_emu10k1_synth_probe()
41
snd_emu10k1_ops_setup(
emux
);
in snd_emu10k1_synth_probe()
43
emux
->hw = hw;
in snd_emu10k1_synth_probe()
44
emux
->max_voices = arg->max_voices;
in snd_emu10k1_synth_probe()
45
emux
->num_ports = arg->seq_ports;
in snd_emu10k1_synth_probe()
46
emux
->pitch_shift = -501;
in snd_emu10k1_synth_probe()
47
emux
->memhdr = hw->memhdr;
in snd_emu10k1_synth_probe()
49
emux
->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2;
in snd_emu10k1_synth_probe()
51
emux
in snd_emu10k1_synth_probe()
73
struct snd_
emux
*
emux
;
snd_emu10k1_synth_remove()
local
[all...]
H
A
D
emu10k1_callback.c
26
static void lookup_voices(struct snd_emux *
emux
, struct snd_emu10k1 *hw,
28
static struct snd_emux_voice *get_voice(struct snd_emux *
emux
,
65
snd_emu10k1_ops_setup(struct snd_emux *
emux
)
in snd_emu10k1_ops_setup()
argument
67
emux
->ops = emu10k1_ops;
in snd_emu10k1_ops_setup()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H
A
D
emu10k1_synth.c
22
struct snd_emux *
emux
;
in snd_emu10k1_synth_probe()
local
37
if (snd_emux_new(&
emux
) < 0)
in snd_emu10k1_synth_probe()
40
snd_emu10k1_ops_setup(
emux
);
in snd_emu10k1_synth_probe()
42
emux
->hw = hw;
in snd_emu10k1_synth_probe()
43
emux
->max_voices = arg->max_voices;
in snd_emu10k1_synth_probe()
44
emux
->num_ports = arg->seq_ports;
in snd_emu10k1_synth_probe()
45
emux
->memhdr = hw->memhdr;
in snd_emu10k1_synth_probe()
47
emux
->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2;
in snd_emu10k1_synth_probe()
49
emux
->midi_devidx = hw->audigy ? 2 : 1;
in snd_emu10k1_synth_probe()
50
emux
in snd_emu10k1_synth_probe()
71
struct snd_
emux
*
emux
;
snd_emu10k1_synth_remove()
local
[all...]
H
A
D
emu10k1_callback.c
26
static void lookup_voices(struct snd_emux *
emux
, struct snd_emu10k1 *hw,
28
static struct snd_emux_voice *get_voice(struct snd_emux *
emux
,
66
snd_emu10k1_ops_setup(struct snd_emux *
emux
)
in snd_emu10k1_ops_setup()
argument
68
emux
->ops = emu10k1_ops;
in snd_emu10k1_ops_setup()
/kernel/linux/linux-5.10/sound/synth/emux/
H
A
D
Makefile
7
snd-
emux
-synth-objs :=
emux
.o emux_synth.o emux_seq.o emux_nrpn.o \
9
snd-
emux
-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
11
snd-
emux
-synth-y += emux_oss.o
14
obj-$(CONFIG_SND_SYNTH_EMUX) += snd-
emux
-synth.o
/kernel/linux/linux-6.6/sound/synth/emux/
H
A
D
Makefile
7
snd-
emux
-synth-objs :=
emux
.o emux_synth.o emux_seq.o emux_nrpn.o \
9
snd-
emux
-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
11
snd-
emux
-synth-y += emux_oss.o
14
obj-$(CONFIG_SND_SYNTH_EMUX) += snd-
emux
-synth.o
/kernel/linux/linux-5.10/sound/synth/
H
A
D
Makefile
13
obj-$(CONFIG_SND_SEQUENCER) +=
emux
/
/kernel/linux/linux-6.6/sound/synth/
H
A
D
Makefile
13
obj-$(CONFIG_SND_SEQUENCER) +=
emux
/
Completed in 4 milliseconds