last_voice         38 sound/pci/emu10k1/voice.c 	int i, j, k, first_voice, last_voice, skip;
last_voice         41 sound/pci/emu10k1/voice.c 	first_voice = last_voice = 0;
last_voice         66 sound/pci/emu10k1/voice.c 			last_voice = (i + number) % NUM_G;
last_voice         67 sound/pci/emu10k1/voice.c 			emu->next_free_voice = last_voice;
last_voice         72 sound/pci/emu10k1/voice.c 	if (first_voice == last_voice)