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

Commit 5ec34fa0 authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: wcd9335: Update compander and boost configuration



Update compander and smart boost configuration on
wcd9335 codec as per the latest optimized hardware sequence.

Change-Id: I963f9be9e990df8bb92103f9cd1b524f57815102
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 50e0173f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10155,6 +10155,12 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_val_2_0[] = {
	{WCD9335_HPH_L_TEST, 0x01, 0x01},
	{WCD9335_HPH_R_TEST, 0x01, 0x01},
	{WCD9335_FLYBACK_VNEG_DAC_CTRL_2, 0xE0, 0x20},
	{WCD9335_CDC_BOOST0_BOOST_CFG1, 0x3F, 0x12},
	{WCD9335_CDC_BOOST0_BOOST_CFG2, 0x1C, 0x08},
	{WCD9335_CDC_COMPANDER7_CTL7, 0x1E, 0x18},
	{WCD9335_CDC_BOOST1_BOOST_CFG1, 0x3F, 0x12},
	{WCD9335_CDC_BOOST1_BOOST_CFG2, 0x1C, 0x08},
	{WCD9335_CDC_COMPANDER8_CTL7, 0x1E, 0x18},
};

static const struct tasha_reg_mask_val tasha_codec_reg_defaults[] = {