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

Commit 427b10b4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9335: Update boost gain settings for wsa8810"

parents 3acbddc5 a44c480a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -776,8 +776,8 @@ static const struct tasha_reg_mask_val tasha_spkr_mode1[] = {
	{WCD9335_CDC_COMPANDER8_CTL3, 0x80, 0x00},
	{WCD9335_CDC_COMPANDER7_CTL7, 0x01, 0x00},
	{WCD9335_CDC_COMPANDER8_CTL7, 0x01, 0x00},
	{WCD9335_CDC_BOOST0_BOOST_CTL, 0x7C, 0x34},
	{WCD9335_CDC_BOOST1_BOOST_CTL, 0x7C, 0x34},
	{WCD9335_CDC_BOOST0_BOOST_CTL, 0x7C, 0x44},
	{WCD9335_CDC_BOOST1_BOOST_CTL, 0x7C, 0x44},
};

/**