Searched refs:get_synth_voice (Results 1 – 4 of 4) sorted by relevance
75 hw->get_synth_voice = snd_emu10k1_synth_get_voice; in snd_emu10k1_synth_probe()98 hw->get_synth_voice = NULL; in snd_emu10k1_synth_remove()
133 if (emu->get_synth_voice) { in snd_emu10k1_voice_alloc()134 result = emu->get_synth_voice(emu); in snd_emu10k1_voice_alloc()
1846 emu->get_synth_voice = NULL; in snd_emu10k1_create()
1747 int (*get_synth_voice)(struct snd_emu10k1 *emu); member