first_voice        38 sound/pci/emu10k1/voice.c 	int i, j, k, first_voice, last_voice, skip;
first_voice        41 sound/pci/emu10k1/voice.c 	first_voice = last_voice = 0;
first_voice        65 sound/pci/emu10k1/voice.c 			first_voice = i;
first_voice        72 sound/pci/emu10k1/voice.c 	if (first_voice == last_voice)
first_voice        76 sound/pci/emu10k1/voice.c 		voice = &emu->voices[(first_voice + i) % NUM_G];
first_voice        97 sound/pci/emu10k1/voice.c 	*rvoice = &emu->voices[first_voice];