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

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

ASoC: wcd9335: Disable OCP for headphones



It is recommended to disable OCP (Over Current
Protection) for headphones on wcd9335 1.0/1.1
audio codec to prevent audio mute in certain
playback scenarios.

Change-Id: Ifd6ecf50cfad3b7509818cb59df2a6ae7f625c66
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent 20a5b840
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7179,8 +7179,6 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_val[] = {
	/* Rbuckfly/R_EAR(32) */
	{WCD9335_CDC_CLSH_K2_MSB, 0x0F, 0x00},
	{WCD9335_CDC_CLSH_K2_LSB, 0xFF, 0x60},
	{WCD9335_HPH_R_TEST, 0x01, 0x01},
	{WCD9335_HPH_L_TEST, 0x01, 0x01},
	/* Enable TX HPF Filter & Linear Phase */
	{WCD9335_CDC_TX0_TX_PATH_CFG0, 0x11, 0x11},
	{WCD9335_CDC_TX1_TX_PATH_CFG0, 0x11, 0x11},