snd_emu10k1_voice_alloc 1875 include/sound/emu10k1.h int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);
snd_emu10k1_voice_alloc  290 sound/pci/emu10k1/emu10k1_callback.c 				if (snd_emu10k1_voice_alloc(hw, EMU10K1_SYNTH, 1, &hwvoice) < 0 || hwvoice == NULL)
snd_emu10k1_voice_alloc  116 sound/pci/emu10k1/emupcm.c 	err = snd_emu10k1_voice_alloc(epcm->emu,
snd_emu10k1_voice_alloc  131 sound/pci/emu10k1/emupcm.c 		err = snd_emu10k1_voice_alloc(epcm->emu,
snd_emu10k1_voice_alloc  136 sound/pci/emu10k1/voice.c EXPORT_SYMBOL(snd_emu10k1_voice_alloc);