Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_synth.c35 struct snd_emux *emux; in snd_emu10k1_synth_probe() local
51 if (snd_emux_new(&emux) < 0) in snd_emu10k1_synth_probe()
54 snd_emu10k1_ops_setup(emux); in snd_emu10k1_synth_probe()
56 emux->hw = hw; in snd_emu10k1_synth_probe()
57 emux->max_voices = arg->max_voices; in snd_emu10k1_synth_probe()
58 emux->num_ports = arg->seq_ports; in snd_emu10k1_synth_probe()
59 emux->pitch_shift = -501; in snd_emu10k1_synth_probe()
60 emux->memhdr = hw->memhdr; in snd_emu10k1_synth_probe()
62 emux->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2; in snd_emu10k1_synth_probe()
64 emux->midi_devidx = hw->audigy ? 2 : 1; in snd_emu10k1_synth_probe()
[all …]
Demu10k1_callback.c39 static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
41 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
78 snd_emu10k1_ops_setup(struct snd_emux *emux) in snd_emu10k1_ops_setup() argument
80 emux->ops = emu10k1_ops; in snd_emu10k1_ops_setup()
/linux-4.4.14/sound/synth/emux/
DMakefile6 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
8 snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
9 snd-emux-synth-$(CONFIG_SND_SEQUENCER_OSS) += emux_oss.o
12 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-emux-synth.o
13 obj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emux-synth.o
/linux-4.4.14/sound/synth/
DMakefile12 obj-$(CONFIG_SND_SEQUENCER) += emux/