ASoC: wcd934x: Fix register default for MAD buffer interval
Current register default setting for MAD buffer interval is incorrect and hence microphone activity detection is not functional. Update the default value of the MAD buffer interval to 10msec. CRs-Fixed: 1049012 Change-Id: I1dcdcb566f096bbddad286dc71c5bf980303e4c3 Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
This commit is contained in:
parent
ab26d09879
commit
d07c2a2ef8
1 changed files with 1 additions and 1 deletions
|
@ -6289,7 +6289,7 @@ static const struct tavil_reg_mask_val tavil_codec_reg_defaults[] = {
|
|||
{WCD934X_CDC_BOOST0_BOOST_CFG2, 0x1C, 0x08},
|
||||
{WCD934X_CDC_BOOST1_BOOST_CFG1, 0x3F, 0x12},
|
||||
{WCD934X_CDC_BOOST1_BOOST_CFG2, 0x1C, 0x08},
|
||||
{WCD934X_CPE_SS_CPARMAD_BUFRDY_INT_PERIOD, 0x1F, 0x03},
|
||||
{WCD934X_CPE_SS_CPARMAD_BUFRDY_INT_PERIOD, 0x1F, 0x09},
|
||||
};
|
||||
|
||||
static const struct tavil_reg_mask_val tavil_codec_reg_init_common_val[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue