Home
last modified time | relevance | path

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

/linux-3.4.99/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()
/linux-3.4.99/sound/pci/ymfpci/
Dymfpci_main.c220 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument
225 *rvoice = NULL; in voice_alloc()
250 *rvoice = voice; in voice_alloc()
258 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument
263 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()
270 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
/linux-3.4.99/include/sound/
Demu10k1.h1883 …mu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);