snd_emu10k1_voice_alloc
int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels,
if (snd_emu10k1_voice_alloc(hw, EMU10K1_SYNTH, 1, 1, NULL, &hwvoice) < 0)
err = snd_emu10k1_voice_alloc(epcm->emu,
err = snd_emu10k1_voice_alloc(epcm->emu,
EXPORT_SYMBOL(snd_emu10k1_voice_alloc);