Home
last modified time | relevance | path

Searched refs:gainL (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
776 vortex_Eqlzr_GetLeftGain(vortex, i, &gainL); in snd_vortex_eq_get()
778 ucontrol->value.integer.value[0] = gainL; in snd_vortex_eq_get()
788 u16 gainL = 0, gainR = 0; in snd_vortex_eq_put() local
790 vortex_Eqlzr_GetLeftGain(vortex, i, &gainL); in snd_vortex_eq_put()
793 if (gainL != ucontrol->value.integer.value[0]) { in snd_vortex_eq_put()