Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/emu10k1/
Dvoice.c25 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in voice_alloc() argument
58 *rvoice = &emu->voices[i]; in voice_alloc()
78 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() argument
83 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()
92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc()
111 voice_free(emu, rvoice[i] + j); in snd_emu10k1_voice_alloc()
112 rvoice[i] = NULL; in snd_emu10k1_voice_alloc()
/linux-6.12.1/sound/pci/ymfpci/
Dymfpci_main.c202 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument
207 *rvoice = NULL; in voice_alloc()
232 *rvoice = voice; in voice_alloc()
240 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument
245 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()
252 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
/linux-6.12.1/include/sound/
Demu10k1.h1903 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice);