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

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

Merge "ASoC: wcd9xxx: Enable PWR_SWCH_OVRD to reduce noise"

parents 24edc239 a01acb11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3766,6 +3766,7 @@ static void wcd9xxx_mbhc_setup(struct wcd9xxx_mbhc *mbhc)
	gain = wcd9xxx_mbhc_cal_btn_det_mp(btn_det, MBHC_BTN_DET_GAIN);
	snd_soc_update_bits(codec, WCD9XXX_A_CDC_MBHC_B2_CTL, 0x78,
			    gain[idx] << 3);
	snd_soc_update_bits(codec, WCD9XXX_A_MICB_2_MBHC, 0x04, 0x04);

	pr_debug("%s: leave\n", __func__);
}