Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
A Demu10k1_synth.c22 struct snd_emux *emux; in snd_emu10k1_synth_probe() local
43 emux->hw = hw; in snd_emu10k1_synth_probe()
46 emux->pitch_shift = -501; in snd_emu10k1_synth_probe()
52 emux->linear_panning = 0; in snd_emu10k1_synth_probe()
56 snd_emux_free(emux); in snd_emu10k1_synth_probe()
61 hw->synth = emux; in snd_emu10k1_synth_probe()
65 dev->driver_data = emux; in snd_emu10k1_synth_probe()
73 struct snd_emux *emux; in snd_emu10k1_synth_remove() local
80 emux = dev->driver_data; in snd_emu10k1_synth_remove()
82 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,
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()
/linux/sound/synth/emux/
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
/linux/sound/synth/
A DMakefile13 obj-$(CONFIG_SND_SEQUENCER) += emux/
/linux/arch/mips/boot/dts/mscc/
A Djaguar2_pcb110.dts78 i2c0_emux: i2c0-emux {
/linux/arch/arm64/boot/dts/microchip/
A Dsparx5_pcb134_board.dtsi404 i2c0_emux: i2c0-emux@0 {
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst46 /emux
132 ``synth/emux`` sub-directory.

Completed in 15 milliseconds