Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_eq.c774 u16 gainL = 0, gainR = 0; in snd_vortex_eq_get() local
777 vortex_Eqlzr_GetRightGain(vortex, i, &gainR); in snd_vortex_eq_get()
779 ucontrol->value.integer.value[1] = gainR; in snd_vortex_eq_get()
788 u16 gainL = 0, gainR = 0; in snd_vortex_eq_put() local
791 vortex_Eqlzr_GetRightGain(vortex, i, &gainR); in snd_vortex_eq_put()
798 if (gainR != ucontrol->value.integer.value[1]) { in snd_vortex_eq_put()