Home
last modified time | relevance | path

Searched refs:NUM_G (Results 1 – 4 of 4) 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()
H A Demu10k1_main.c178 for (ch = 0; ch < NUM_G; ch++) in snd_emu10k1_init()
266 for (ch = 0; ch < NUM_G; ch++) { in snd_emu10k1_init()
401 for (ch = 0; ch < NUM_G; ch++) { in snd_emu10k1_done()
1675 for (idx = 0; idx < NUM_G; idx++) in snd_emu10k1_create()
1722 emu->saved_ptr = vmalloc(array3_size(4, NUM_G, size)); in alloc_pm_buffer()
1749 for (i = 0; i < NUM_G; i++, val++) in snd_emu10k1_suspend_regs()
1753 for (i = 0; i < NUM_G; i++, val++) in snd_emu10k1_suspend_regs()
1789 for (i = 0; i < NUM_G; i++, val++) in snd_emu10k1_resume_regs()
1793 for (i = 0; i < NUM_G; i++, val++) in snd_emu10k1_resume_regs()
H A Demuproc.c84 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_read()
439 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_voices_read()
/linux/include/sound/
H A Demu10k1.h30 #define NUM_G 64 /* use all channels */ macro
1758 struct snd_emu10k1_voice voices[NUM_G];