Searched refs:rvoice (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/pci/emu10k1/ |
| H A D | voice.c | 25 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 82 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc() 91 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc() 110 voice_free(emu, rvoice[i] + j); in snd_emu10k1_voice_alloc() 111 rvoice[i] = NULL; in snd_emu10k1_voice_alloc()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 195 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument 200 *rvoice = NULL; in voice_alloc() 225 *rvoice = voice; in voice_alloc() 233 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument 237 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc() 244 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
|
| /linux/include/sound/ |
| H A D | emu10k1.h | 1902 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice);
|