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

/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_core.c87 static int rampchs[NR_MIXIN]; variable
129 if (rampchs[mix] == 0)
149 if (((1 << ch) & rampchs[mix]) == 0)
240 rampchs[mix] &= ~(1 << mixin); vortex_mix_killinput()
262 rampchs[mix] |= (1 << channel); vortex_mix_disableinput()
384 memset(rampchs, 0, NR_MIXOUT * sizeof(int)); vortex_mixer_init()

Completed in 56 milliseconds