Commits

Shengjiu Wang committed fe458f0fe1d
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>