Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8958-dsp2.c351 wm8994->enh_eq_ena[path]; in wm8958_dsp_apply()
378 if (wm8994->enh_eq_ena[path]) in wm8958_dsp_apply()
526 if (wm8994->enh_eq_ena[mbc]) in wm8958_mbc_put()
652 if (wm8994->enh_eq_ena[vss]) in wm8958_vss_put()
723 if (wm8994->enh_eq_ena[hpf % 3]) in wm8958_hpf_put()
793 ucontrol->value.integer.value[0] = wm8994->enh_eq_ena[eq]; in wm8958_enh_eq_get()
805 if (wm8994->enh_eq_ena[eq] == ucontrol->value.integer.value[0]) in wm8958_enh_eq_put()
823 wm8994->enh_eq_ena[eq] = ucontrol->value.integer.value[0]; in wm8958_enh_eq_put()
H A Dwm8994.h107 int enh_eq_ena[3]; member