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

/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_eq.c786 u16 gainL = 0, gainR = 0; snd_vortex_eq_get() local
788 vortex_Eqlzr_GetLeftGain(vortex, i, &gainL); snd_vortex_eq_get()
790 ucontrol->value.integer.value[0] = gainL; snd_vortex_eq_get()
800 u16 gainL = 0, gainR = 0; snd_vortex_eq_put() local
802 vortex_Eqlzr_GetLeftGain(vortex, i, &gainL); snd_vortex_eq_put()
805 if (gainL != ucontrol->value.integer.value[0]) { snd_vortex_eq_put()

Completed in 91 milliseconds