diff options
author | V Sujith Kumar Reddy <vsujithk@codeaurora.org> | 2020-10-19 12:06:03 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-29 15:24:14 +0300 |
commit | 6ec6c3693a389841d8ca952072aea8020da54ef4 (patch) | |
tree | cc728d97007141ec15c647bcc12e6b77c58afde7 /sound/soc/codecs/wm8711.c | |
parent | cf9d21984da2c8e852320d12c03ddb7d11760a32 (diff) | |
download | linux-6ec6c3693a389841d8ca952072aea8020da54ef4.tar.xz |
ASoC: qcom: lpass-cpu: Fix clock disable failure
Disable MI2S bit clock from PAUSE/STOP/SUSPEND usecase instead of
shutdown time. Acheive this by invoking clk_disable API from
cpu daiops trigger instead of cpu daiops shutdown.
Change non-atomic API "clk_prepare_enable" to atomic API
"clk_enable" in trigger, as trigger is being called from atomic context.
Fixes: 7e6799d8f87d ("ASoC: qcom: lpass-cpu: Enable MI2S BCLK and LRCLK together")
Signed-off-by: V Sujith Kumar Reddy <vsujithk@codeaurora.org>
Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
Link: https://lore.kernel.org/r/1603098363-9251-1-git-send-email-srivasam@codeaurora.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm8711.c')
0 files changed, 0 insertions, 0 deletions