Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
A Demu10k1_synth.c22 struct snd_emux *emux; in snd_emu10k1_synth_probe() local
42 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() local
77 emux = dev->driver_data; in snd_emu10k1_synth_remove()
79 hw = emux->hw; in snd_emu10k1_synth_remove()
[all …]
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()
/sound/synth/emux/
A 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
/sound/synth/
A DMakefile13 obj-$(CONFIG_SND_SEQUENCER) += emux/

Completed in 685 milliseconds