Searched refs:snd_emu10k1_voice_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/pci/emu10k1/ |
D | voice.c | 77 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels, in snd_emu10k1_voice_alloc() function 121 EXPORT_SYMBOL(snd_emu10k1_voice_alloc);
|
D | emu10k1_callback.c | 292 if (snd_emu10k1_voice_alloc(hw, EMU10K1_SYNTH, 1, 1, NULL, &hwvoice) < 0) in get_voice()
|
D | emupcm.c | 93 err = snd_emu10k1_voice_alloc(epcm->emu, in snd_emu10k1_pcm_channel_alloc() 104 err = snd_emu10k1_voice_alloc(epcm->emu, in snd_emu10k1_pcm_channel_alloc()
|
/linux-6.12.1/include/sound/ |
D | emu10k1.h | 1902 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels,
|