Home
last modified time | relevance | path

Searched refs:emux (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/sound/pci/emu10k1/
Demu10k1_synth.c22 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->linear_panning = 0; in snd_emu10k1_synth_probe()
[all …]
Demu10k1_callback.c26 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()
/linux-6.14.4/sound/synth/emux/
DMakefile7 snd-emux-synth-y := 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
/linux-6.14.4/sound/synth/
DMakefile13 obj-$(CONFIG_SND_SEQUENCER) += emux/
/linux-6.14.4/arch/mips/boot/dts/mscc/
Djaguar2_pcb110.dts78 i2c0_emux: i2c0-emux {
/linux-6.14.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst41 /emux
127 ``synth/emux`` sub-directory.