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

Commit 245ff60a authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: wcd9335: Swap VI channel configuration



Default configuration of VI sense of wcd9335 codec
is swapped. So, speaker protection algorithm is
receiving swapped content. Change enables correct
VI sense configuration from wcd9335 codec.

Change-Id: I0a4ea28a465e6f7d700fb5f5e4a6a9d0ad6e728a
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 84099f52
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8582,6 +8582,8 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_val[] = {
	{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},
};

static void tasha_update_reg_reset_values(struct snd_soc_codec *codec)