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

Commit 175c2ae0 authored by Phani Kumar Uppalapati's avatar Phani Kumar Uppalapati
Browse files

ASoC: wcd9335: Remove redundant LDO bias setting



LDO bias current is explicitly enabled in the driver
which is used for micbias. However, this setting
is redundant for micbias enablement.

Change-Id: Ia2f2859fe456e1646b3d9ca1cc14ff88a0327779
Signed-off-by: default avatarPhani Kumar Uppalapati <phaniu@codeaurora.org>
parent cbd32df3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8877,7 +8877,6 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_val[] = {
	{WCD9335_CDC_RX7_RX_PATH_MIX_CFG, 0x01, 0x01},
	{WCD9335_CDC_RX8_RX_PATH_MIX_CFG, 0x01, 0x01},
	{WCD9335_SOC_MAD_AUDIO_CTL_2, 0x03, 0x03},
	{WCD9335_MICB2_TEST_CTL_2, 0x07, 0x01},
	{WCD9335_HPH_PA_CTL2, 0x40, 0x00},
	{WCD9335_CDC_TOP_TOP_CFG1, 0x02, 0x02},
	{WCD9335_CDC_TOP_TOP_CFG1, 0x01, 0x01},