Searched refs:mbc (Results 1 – 3 of 3) sorted by relevance
206 if (wm8994->mbc) in wm8958_dsp_start_mbc()207 wm8958_dsp2_fw(codec, "MBC", wm8994->mbc, false); in wm8958_dsp_start_mbc()502 int mbc = kcontrol->private_value; in wm8958_mbc_get() local506 ucontrol->value.integer.value[0] = wm8994->mbc_ena[mbc]; in wm8958_mbc_get()514 int mbc = kcontrol->private_value; in wm8958_mbc_put() local518 if (wm8994->mbc_ena[mbc] == ucontrol->value.integer.value[0]) in wm8958_mbc_put()524 if (wm8958_dsp2_busy(wm8994, mbc)) { in wm8958_mbc_put()525 dev_dbg(codec->dev, "DSP2 active on %d already\n", mbc); in wm8958_mbc_put()529 if (wm8994->enh_eq_ena[mbc]) in wm8958_mbc_put()532 wm8994->mbc_ena[mbc] = ucontrol->value.integer.value[0]; in wm8958_mbc_put()[all …]
163 const struct firmware *mbc; member
4429 release_firmware(wm8994->mbc); in wm8994_codec_remove()