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

Commit aa53b704 authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati
Browse files

ASoC: wcd9335: Update headphone OCP register settings



Update OCP (over current protection) register setting
on headphone path to enable FSM (finite state machine)
lock function.

Change-Id: I6a644f4fec4be3f05a253f222744aaad18ae4c9f
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 7193533b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8911,7 +8911,7 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_val_1_0[] = {

static const struct tasha_reg_mask_val tasha_codec_reg_init_val_2_0[] = {
	{WCD9335_RX_BIAS_FLYB_MID_RST, 0xF0, 0x10},
	{WCD9335_HPH_OCP_CTL, 0xFF, 0x52},
	{WCD9335_HPH_OCP_CTL, 0xFF, 0x5A},
	{WCD9335_HPH_L_TEST, 0x01, 0x01},
	{WCD9335_HPH_R_TEST, 0x01, 0x01},
};