summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-05 16:21:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-05 16:21:41 -0700
commiteb09c5c879d29c400ffc2607b454affa2dcfb49f (patch)
tree97bbdaa0a03d2d62ca363ae857adf4ee430b28e0
parentb1750ed67da7d11df729dd88328a9f1a7f481068 (diff)
parentd07c2a2ef84f5e4b53151b9b0aeee43c5511fb55 (diff)
Merge "ASoC: wcd934x: Fix register default for MAD buffer interval"
-rw-r--r--sound/soc/codecs/wcd934x/wcd934x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c
index 50a023013fa8..9f05d6487713 100644
--- a/sound/soc/codecs/wcd934x/wcd934x.c
+++ b/sound/soc/codecs/wcd934x/wcd934x.c
@@ -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[] = {