Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Dvoice.c101 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, in snd_emu10k1_voice_alloc() function
136 EXPORT_SYMBOL(snd_emu10k1_voice_alloc);
H A Demu10k1_callback.c290 if (snd_emu10k1_voice_alloc(hw, EMU10K1_SYNTH, 1, &hwvoice) < 0 || hwvoice == NULL) in get_voice()
H A Demupcm.c116 err = snd_emu10k1_voice_alloc(epcm->emu, in snd_emu10k1_pcm_channel_alloc()
131 err = snd_emu10k1_voice_alloc(epcm->emu, in snd_emu10k1_pcm_channel_alloc()
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h1875 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice *…