summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-13 12:29:06 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-13 12:29:06 -0700
commit601676fcf3cca77b6e38b2ba6e449feb1545618c (patch)
treec2370e358353db370199ed8e09c055cfb3b92e60
parent858faf3e12532a2435c4429991191510141e5d46 (diff)
parent52f708c2a35c5537fa5571e92b8cfded8893415c (diff)
Merge "ASoC: wcd9xxx: Disable external clock buffer when mclk is not in use"
-rw-r--r--sound/soc/codecs/wcd9xxx-resmgr-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd9xxx-resmgr-v2.c b/sound/soc/codecs/wcd9xxx-resmgr-v2.c
index 29718a8d7c04..39ca965e791e 100644
--- a/sound/soc/codecs/wcd9xxx-resmgr-v2.c
+++ b/sound/soc/codecs/wcd9xxx-resmgr-v2.c
@@ -307,7 +307,7 @@ static int wcd_resmgr_disable_clk_mclk(struct wcd9xxx_resmgr_v2 *resmgr)
WCD9335_ANA_CLK_TOP,
0x04, 0x00);
wcd_resmgr_codec_reg_update_bits(resmgr,
- WCD934X_CLK_SYS_MCLK_PRG, 0x01, 0x0);
+ WCD934X_CLK_SYS_MCLK_PRG, 0x81, 0x00);
resmgr->clk_type = WCD_CLK_OFF;
}