ASoC: codecs: fix inconsistency of boost state register value
Use hardware default value for boost state in regmap. Use correct mask for initial value of boost state. Change-Id: Ia8b707ba0128662d47059d25325693bc8eaff723 Signed-off-by: Xiaojun Sang <xsang@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
253f1479c8
commit
e0c3f3f39d
@@ -12405,8 +12405,8 @@ static const struct tasha_reg_mask_val tasha_codec_reg_init_common_val[] = {
|
||||
{WCD9335_CDC_CLSH_K2_MSB, 0x0F, 0x00},
|
||||
{WCD9335_CDC_CLSH_K2_LSB, 0xFF, 0x60},
|
||||
{WCD9335_CPE_SS_DMIC_CFG, 0x80, 0x00},
|
||||
{WCD9335_CDC_BOOST0_BOOST_CTL, 0x70, 0x58},
|
||||
{WCD9335_CDC_BOOST1_BOOST_CTL, 0x70, 0x58},
|
||||
{WCD9335_CDC_BOOST0_BOOST_CTL, 0x7C, 0x58},
|
||||
{WCD9335_CDC_BOOST1_BOOST_CTL, 0x7C, 0x58},
|
||||
{WCD9335_CDC_RX7_RX_PATH_CFG1, 0x08, 0x08},
|
||||
{WCD9335_CDC_RX8_RX_PATH_CFG1, 0x08, 0x08},
|
||||
{WCD9335_ANA_LO_1_2, 0x3C, 0X3C},
|
||||
|
Reference in New Issue
Block a user