Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
Dvoice.c52 int i, j, k, first_voice, last_voice, skip; in voice_alloc() local
55 first_voice = last_voice = 0; in voice_alloc()
80 last_voice = (i + number) % NUM_G; in voice_alloc()
81 emu->next_free_voice = last_voice; in voice_alloc()
86 if (first_voice == last_voice) in voice_alloc()