Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/emu10k1/
Demu10k1_synth.c62 hw->get_synth_voice = snd_emu10k1_synth_get_voice; in snd_emu10k1_synth_probe()
85 hw->get_synth_voice = NULL; in snd_emu10k1_synth_remove()
Dvoice.c119 if (emu->get_synth_voice) { in snd_emu10k1_voice_alloc()
120 result = emu->get_synth_voice(emu); in snd_emu10k1_voice_alloc()
Demu10k1_main.c1799 emu->get_synth_voice = NULL; in snd_emu10k1_create()
/linux-6.1.9/include/sound/
Demu10k1.h1733 int (*get_synth_voice)(struct snd_emu10k1 *emu); member