get_synth_voice  1733 include/sound/emu10k1.h 	int (*get_synth_voice)(struct snd_emu10k1 *emu);
get_synth_voice  1824 sound/pci/emu10k1/emu10k1_main.c 	emu->get_synth_voice = NULL;
get_synth_voice    62 sound/pci/emu10k1/emu10k1_synth.c 	hw->get_synth_voice = snd_emu10k1_synth_get_voice;
get_synth_voice    85 sound/pci/emu10k1/emu10k1_synth.c 	hw->get_synth_voice = NULL;
get_synth_voice   119 sound/pci/emu10k1/voice.c 		if (emu->get_synth_voice) {
get_synth_voice   120 sound/pci/emu10k1/voice.c 			result = emu->get_synth_voice(emu);