Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Dvoice.c30 for (i = emu->next_free_voice, j = 0; j < NUM_G; i = (i + skip) % NUM_G, j += skip) { in voice_alloc()
59 emu->next_free_voice = (i + number) % NUM_G; in voice_alloc()
/linux/include/sound/
H A Demu10k1.h1792 unsigned int next_free_voice; member