Searched refs:rvoice (Results 1 – 3 of 3) sorted by relevance
35 struct snd_emu10k1_voice **rvoice) in voice_alloc() argument40 *rvoice = NULL; in voice_alloc()97 *rvoice = &emu->voices[first_voice]; in voice_alloc()102 struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() argument107 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()114 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc()
207 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument212 *rvoice = NULL; in voice_alloc()237 *rvoice = voice; in voice_alloc()245 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument250 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()257 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
1875 …mu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);