Searched refs:snd_emu10k1_voice_alloc (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | voice.c | 115 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, snd_emu10k1_voice_alloc() function 150 EXPORT_SYMBOL(snd_emu10k1_voice_alloc); variable
|
H A D | emu10k1_callback.c | 303 if (snd_emu10k1_voice_alloc(hw, EMU10K1_SYNTH, 1, &hwvoice) < 0 || hwvoice == NULL) get_voice()
|
H A D | emupcm.c | 130 err = snd_emu10k1_voice_alloc(epcm->emu, snd_emu10k1_pcm_channel_alloc() 145 err = snd_emu10k1_voice_alloc(epcm->emu, snd_emu10k1_pcm_channel_alloc()
|
/linux-4.4.14/include/sound/ |
H A D | emu10k1.h | 1887 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);
|
Completed in 296 milliseconds