Home
last modified time | relevance | path

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

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