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

Commit c0f89291 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ASoC: apq8084: Make recalibration and vddio configurable



Add support to have option to enable and disable
recalibration and VDDIO for DCE during headset
detection

Change-Id: I3155d2797829daff8d5d5ce4e399decbd8ecaab2
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent b8a2a10e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ static struct wcd9xxx_mbhc_config mbhc_cfg = {
	.cs_enable_flags = (1 << MBHC_CS_ENABLE_POLLING |
			    1 << MBHC_CS_ENABLE_INSERTION |
			    1 << MBHC_CS_ENABLE_REMOVAL),
	.do_recalibration = true,
	.use_vddio_meas = true,
};

struct msm_auxpcm_gpio {