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

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

Merge "ASoC: wcd-mbhc: reduce insert and remove debounce on wcd9335"

parents 7e61844f bd996583
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1829,8 +1829,8 @@ static int wcd_mbhc_initialise(struct wcd_mbhc *mbhc)
	WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_HS_L_DET_PULL_UP_COMP_CTRL, 1);
	WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_L_DET_EN, 1);

	/* Insertion debounce set to 256ms */
	WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_INSREM_DBNC, 9);
	/* Insertion debounce set to 96ms */
	WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_INSREM_DBNC, 6);
	/* Button Debounce set to 16ms */
	WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_BTN_DBNC, 2);