MLK-17089-8: ASoC: fsl_amix: support suspend & resume for imx8
authorViorel Suman <viorel.suman@nxp.com>
Thu, 7 Dec 2017 13:54:56 +0000 (15:54 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:34 +0000 (14:50 -0500)
commit684d1634b0c55e493bff30d563ce52292a713b36
treeea574e3192afb798c3ac20448f7cf5df2293499d
parent791707afea11d9dd686e8d73b6ef9215202066fd
MLK-17089-8: ASoC: fsl_amix: support suspend & resume for imx8

Base on latest power management design in MLK-17074, every driver
need to enter runtime suspend state in suspend, so the driver should
call the pm_runtime_force_suspend in suspend. With this implementation
the suspend function almost same as runtime suspend function. so remove
the suspend function, just use pm_runtime_force_suspend instead.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
sound/soc/fsl/fsl_amix.c