Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/emu10k1/
Dvoice.c35 struct snd_emu10k1_voice **rvoice) in voice_alloc() argument
40 *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() argument
107 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()
114 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc()
/Linux-v5.10/sound/pci/ymfpci/
Dymfpci_main.c207 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument
212 *rvoice = NULL; in voice_alloc()
237 *rvoice = voice; in voice_alloc()
245 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument
250 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()
257 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
/Linux-v5.10/include/sound/
Demu10k1.h1875 …mu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);