MLK-17034-3: ASoC: imx-wm8960: remove clk operation in startup/shutdown
authorShengjiu Wang <shengjiu.wang@nxp.com>
Tue, 28 Nov 2017 09:02:22 +0000 (17:02 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:49:47 +0000 (14:49 -0500)
commite0e3e7c9de165a9381b9738fe410354f4692b727
tree1755127ee297214e7348e31642e5a071ab948ab0
parent4b6a2c949f00b4882afa7a5cccffa5077eb8dcef
MLK-17034-3: ASoC: imx-wm8960: remove clk operation in startup/shutdown

In imx8 when systerm enter suspend state, the power of subsystem will be
off, the clock enable state will be lost after resume, the startup
function isn't called after resume, so the clock will be enabled after
resume, the clock operation should be moved to pm runtime resume function.
For the mclk is for codec, this clock enablement and disablement will be
move to code driver's runtime resume and runtime suspend

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
sound/soc/fsl/imx-wm8960.c