Home
last modified time | relevance | path

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

/sound/pci/au88x0/
Dau88x0_eq.c68 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftCoefs()
90 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightCoefs()
113 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftStates()
130 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightStates()
176 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetBypassGain()
223 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsTarget()
233 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsTarget()
243 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsCurrent()
253 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsCurrent()
264 eqhw_t *eqhw = &(vortex->eq.this04);
[all …]
Dau88x0.h173 eqlzr_t eq; member
/sound/soc/codecs/
Dwm8958-dsp2.c792 int eq = kcontrol->private_value; in wm8958_enh_eq_get() local
796 ucontrol->value.integer.value[0] = wm8994->enh_eq_ena[eq]; in wm8958_enh_eq_get()
804 int eq = kcontrol->private_value; in wm8958_enh_eq_put() local
808 if (wm8994->enh_eq_ena[eq] == ucontrol->value.integer.value[0]) in wm8958_enh_eq_put()
817 if (wm8958_dsp2_busy(wm8994, eq)) { in wm8958_enh_eq_put()
818 dev_dbg(codec->dev, "DSP2 active on %d already\n", eq); in wm8958_enh_eq_put()
822 if (wm8994->mbc_ena[eq] || wm8994->vss_ena[eq] || in wm8958_enh_eq_put()
823 wm8994->hpf1_ena[eq] || wm8994->hpf2_ena[eq]) in wm8958_enh_eq_put()
826 wm8994->enh_eq_ena[eq] = ucontrol->value.integer.value[0]; in wm8958_enh_eq_put()
828 wm8958_dsp_apply(codec, eq, ucontrol->value.integer.value[0]); in wm8958_enh_eq_put()