Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8958-dsp2.c206 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() local
506 ucontrol->value.integer.value[0] = wm8994->mbc_ena[mbc]; in wm8958_mbc_get()
514 int mbc = kcontrol->private_value; in wm8958_mbc_put() local
518 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 …]
Dwm8994.h163 const struct firmware *mbc; member
Dwm8994.c4429 release_firmware(wm8994->mbc); in wm8994_codec_remove()