Home
last modified time | relevance | path

Searched refs:rvoice (Results 1 – 2 of 2) sorted by relevance

/sound/pci/emu10k1/
Dvoice.c49 struct snd_emu10k1_voice **rvoice) in voice_alloc() argument
54 *rvoice = NULL; in voice_alloc()
111 *rvoice = &emu->voices[first_voice]; in voice_alloc()
116 struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() argument
121 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()
128 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc()
/sound/pci/ymfpci/
Dymfpci_main.c221 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument
226 *rvoice = NULL; in voice_alloc()
251 *rvoice = voice; in voice_alloc()
259 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument
264 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()
271 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()