rvoice           1875 include/sound/emu10k1.h int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);
rvoice             35 sound/pci/emu10k1/voice.c 		       struct snd_emu10k1_voice **rvoice)
rvoice             40 sound/pci/emu10k1/voice.c 	*rvoice = NULL;
rvoice             97 sound/pci/emu10k1/voice.c 	*rvoice = &emu->voices[first_voice];
rvoice            102 sound/pci/emu10k1/voice.c 			    struct snd_emu10k1_voice **rvoice)
rvoice            107 sound/pci/emu10k1/voice.c 	if (snd_BUG_ON(!rvoice))
rvoice            114 sound/pci/emu10k1/voice.c 		result = voice_alloc(emu, type, number, rvoice);
rvoice            207 sound/pci/ymfpci/ymfpci_main.c 		       struct snd_ymfpci_voice **rvoice)
rvoice            212 sound/pci/ymfpci/ymfpci_main.c 	*rvoice = NULL;
rvoice            237 sound/pci/ymfpci/ymfpci_main.c 		*rvoice = voice;
rvoice            245 sound/pci/ymfpci/ymfpci_main.c 				  struct snd_ymfpci_voice **rvoice)
rvoice            250 sound/pci/ymfpci/ymfpci_main.c 	if (snd_BUG_ON(!rvoice))
rvoice            257 sound/pci/ymfpci/ymfpci_main.c 		result = voice_alloc(chip, type, pair, rvoice);