Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demu10k1_synth.c60 hw->get_synth_voice = snd_emu10k1_synth_get_voice; in snd_emu10k1_synth_probe()
82 hw->get_synth_voice = NULL; in snd_emu10k1_synth_remove()
H A Dvoice.c101 if (type != EMU10K1_SYNTH && emu->get_synth_voice) { in snd_emu10k1_voice_alloc()
103 result = emu->get_synth_voice(emu); in snd_emu10k1_voice_alloc()
H A Demu10k1_main.c1499 emu->get_synth_voice = NULL; in snd_emu10k1_create()
/linux/include/sound/
H A Demu10k1.h1750 int (*get_synth_voice)(struct snd_emu10k1 *emu); member