Home
last modified time | relevance | path

Searched refs:emux (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1_synth.c22 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 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,
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 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 in snd_emu10k1_synth_probe()
71 struct snd_emux *emux; snd_emu10k1_synth_remove() local
[all...]
H A 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()
/kernel/linux/linux-5.10/sound/synth/emux/
H A DMakefile7 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 DMakefile7 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 DMakefile13 obj-$(CONFIG_SND_SEQUENCER) += emux/
/kernel/linux/linux-6.6/sound/synth/
H A DMakefile13 obj-$(CONFIG_SND_SEQUENCER) += emux/

Completed in 3 milliseconds