Searched refs:first_voice (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
H A Dvoice.c52 int i, j, k, first_voice, last_voice, skip; voice_alloc() local
55 first_voice = last_voice = 0; voice_alloc()
79 first_voice = i; voice_alloc()
86 if (first_voice == last_voice) voice_alloc()
90 voice = &emu->voices[(first_voice + i) % NUM_G]; voice_alloc()
93 voice->number, idx-first_voice+1, number); voice_alloc()
111 *rvoice = &emu->voices[first_voice]; voice_alloc()

Completed in 39 milliseconds