Searched refs:emux (Results 1 – 4 of 4) sorted by relevance
22 struct snd_emux *emux; in snd_emu10k1_synth_probe() local42 emux->hw = hw; in snd_emu10k1_synth_probe()45 emux->memhdr = hw->memhdr; in snd_emu10k1_synth_probe()50 emux->linear_panning = 0; in snd_emu10k1_synth_probe()54 snd_emux_free(emux); in snd_emu10k1_synth_probe()59 hw->synth = emux; in snd_emu10k1_synth_probe()63 dev->driver_data = emux; in snd_emu10k1_synth_probe()71 struct snd_emux *emux; in snd_emu10k1_synth_remove() local77 emux = dev->driver_data; in snd_emu10k1_synth_remove()79 hw = emux->hw; in snd_emu10k1_synth_remove()[all …]
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() argument68 emux->ops = emu10k1_ops; in snd_emu10k1_ops_setup()
7 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.o11 snd-emux-synth-y += emux_oss.o14 obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o
13 obj-$(CONFIG_SND_SEQUENCER) += emux/
Completed in 685 milliseconds