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

Commit ff198091 authored by Bhalchandra Gajare's avatar Bhalchandra Gajare
Browse files

ASoC: msm8x10: Update headset thresholds for 2.7 volts micbias



Update the voltage thresholds used by headset detection module according
to 2.7 volts micbias.

CRs-fixed: 537966, 554536
Change-Id: I3a9e669220d72168c01832c625a64e9986443fb3
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent 74794ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ static void *def_msm8x10_wcd_mbhc_cal(void)
#undef S
#define S(X, Y) ((WCD9XXX_MBHC_CAL_PLUG_TYPE_PTR(msm8x10_wcd_cal)->X) = (Y))
	S(v_no_mic, 30);
	S(v_hs_max, 1650);
	S(v_hs_max, 2550);
#undef S
#define S(X, Y) ((WCD9XXX_MBHC_CAL_BTN_DET_PTR(msm8x10_wcd_cal)->X) = (Y))
	S(c[0], 62);