X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Flpass-rx-macro.c;h=faba4237bd3da84050326b98de2f9682e79c5571;hb=1a8a804a4f5d6d0ec77831ca776b8db4a7a98306;hp=a73a7d7a1c0a853915c8d70466f5f160fd33928f;hpb=7f9ec7d8169b5281eff2b907d8ffb1bf56045f73;p=tomoyo%2Ftomoyo-test1.git diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c index a73a7d7a1c0a..faba4237bd3d 100644 --- a/sound/soc/codecs/lpass-rx-macro.c +++ b/sound/soc/codecs/lpass-rx-macro.c @@ -3670,9 +3670,9 @@ static int __maybe_unused rx_macro_runtime_suspend(struct device *dev) regcache_cache_only(rx->regmap, true); regcache_mark_dirty(rx->regmap); - clk_disable_unprepare(rx->mclk); - clk_disable_unprepare(rx->npl); clk_disable_unprepare(rx->fsgen); + clk_disable_unprepare(rx->npl); + clk_disable_unprepare(rx->mclk); return 0; }