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

Commit c815799c authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati
Browse files

ASoC: msm: Disable MBHC for mdm9640



MBHC block is not required to enable on mdm9640
target. Disable Codec MBHC block by setting up
the insert_detect to 0.

Change-Id: I6cffbdf29638ea7c78491c200a1f4c467c6f25b9
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent a1a8b5dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ static struct wcd9xxx_mbhc_config mbhc_cfg = {
	.gpio_level_insert = 1,
	.detect_extn_cable = true,
	.micbias_enable_flags = 1 << MBHC_MICBIAS_ENABLE_THRESHOLD_HEADSET,
	.insert_detect = true,
	.insert_detect = false,
	.swap_gnd_mic = NULL,
	.cs_enable_flags = (1 << MBHC_CS_ENABLE_POLLING |
			    1 << MBHC_CS_ENABLE_INSERTION |