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

Commit a2efd191 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Adjust mbhc button threshold voltages"

parents 427b10b4 80f31549
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1920,11 +1920,11 @@ static void *def_tasha_mbhc_cal(void)
	btn_high[0] = 75;
	btn_high[1] = 150;
	btn_high[2] = 237;
	btn_high[3] = 450;
	btn_high[4] = 450;
	btn_high[5] = 450;
	btn_high[6] = 450;
	btn_high[7] = 450;
	btn_high[3] = 500;
	btn_high[4] = 500;
	btn_high[5] = 500;
	btn_high[6] = 500;
	btn_high[7] = 500;

	return tasha_wcd_cal;
}