Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31e03627 authored by Xiaoyu Ye's avatar Xiaoyu Ye
Browse files

ASoC: sdm845: Add micbias configuration for MBHC



MBHC(Multi Button Headset Controller) micbias can be
configured with the desired micbias. Add micbias
configuration for MBHC on sdm845 target.

Change-Id: I3239e7e172367403e6f4eb2e37d29f2a942ee2fb
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
parent 979ef22a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -508,6 +508,7 @@ static struct wcd_mbhc_config wcd_mbhc_cfg = {
	.key_code[7] = 0,
	.linein_th = 5000,
	.moisture_en = true,
	.mbhc_micbias = MIC_BIAS_2,
	.anc_micbias = MIC_BIAS_2,
	.enable_anc_mic_detect = false,
};