Lines Matching refs:mbc
199 if (wm8994->mbc)
200 wm8958_dsp2_fw(component, "MBC", wm8994->mbc, false);
499 int mbc = kcontrol->private_value;
503 ucontrol->value.integer.value[0] = wm8994->mbc_ena[mbc];
511 int mbc = kcontrol->private_value;
515 if (wm8994->mbc_ena[mbc] == ucontrol->value.integer.value[0])
521 if (wm8958_dsp2_busy(wm8994, mbc)) {
522 dev_dbg(component->dev, "DSP2 active on %d already\n", mbc);
526 if (wm8994->enh_eq_ena[mbc])
529 wm8994->mbc_ena[mbc] = ucontrol->value.integer.value[0];
531 wm8958_dsp_apply(component, mbc, wm8994->mbc_ena[mbc]);
892 wm8994->mbc = fw;