summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-04-25 21:48:50 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-25 21:48:49 -0700
commit0941c5793c7ae7313c0c4a1d55be60eef091fdc1 (patch)
tree8c0e65a37432f187842665bede35ab5fab4fc0e5
parent6f9ad720255c40c5814b14e68c30c69d5a87b070 (diff)
parentdadf00389e64a409e42ecebc6d6bae426946818c (diff)
Merge "ASoC: wcd934x: force the wdsp clock to be ungated"
-rw-r--r--sound/soc/codecs/wcd934x/wcd934x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c
index a0514c8a1ee5..12a4d348d9a9 100644
--- a/sound/soc/codecs/wcd934x/wcd934x.c
+++ b/sound/soc/codecs/wcd934x/wcd934x.c
@@ -8580,6 +8580,7 @@ static const struct tavil_reg_mask_val tavil_codec_reg_init_common_val[] = {
{WCD934X_TLMM_DMIC3_CLK_PINCFG, 0xFF, 0x0a},
{WCD934X_TLMM_DMIC3_DATA_PINCFG, 0xFF, 0x0a},
{WCD934X_CPE_SS_SVA_CFG, 0x60, 0x00},
+ {WCD934X_CPE_SS_CPAR_CFG, 0x10, 0x10},
};
static void tavil_codec_init_reg(struct tavil_priv *priv)