X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Flpass-tx-macro.c;h=589c490a8c48798fd0d9365bcc54eb135eb63728;hb=a4a3203426f4b67535d6442ddc5dca8878a0678f;hp=473d3cd3955487d6380a56922be9d5fbe13ab4c1;hpb=e38c5e80c3d293a883c6f1d553f2146ec0bda35e;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/sound/soc/codecs/lpass-tx-macro.c b/sound/soc/codecs/lpass-tx-macro.c index 473d3cd..589c490 100644 --- a/sound/soc/codecs/lpass-tx-macro.c +++ b/sound/soc/codecs/lpass-tx-macro.c @@ -2098,9 +2098,9 @@ static int __maybe_unused tx_macro_runtime_suspend(struct device *dev) regcache_cache_only(tx->regmap, true); regcache_mark_dirty(tx->regmap); - clk_disable_unprepare(tx->mclk); - clk_disable_unprepare(tx->npl); clk_disable_unprepare(tx->fsgen); + clk_disable_unprepare(tx->npl); + clk_disable_unprepare(tx->mclk); return 0; }