Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_core.c75 static int rampchs[NR_MIXIN]; variable
137 if (((1 << ch) & rampchs[mix]) == 0)
228 rampchs[mix] &= ~(1 << mixin); in vortex_mix_killinput()
250 rampchs[mix] |= (1 << channel); in vortex_mix_disableinput()
372 memset(rampchs, 0, NR_MIXOUT * sizeof(int)); in vortex_mixer_init()