MLK-17089-4: ASoC: fsl_spdif: support suspend & resume for imx8
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 6 Dec 2017 02:42:30 +0000 (10:42 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commitf4ab7bbde8e8e2b1f060217f4f5d0d56051c7f35
tree30c07fa33c890674da38957bf853456605b41f9d
parent36f78db664068fe7a5d1bda05a537a3a4fe2b14e
MLK-17089-4: ASoC: fsl_spdif: 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: Shengjiu Wang <shengjiu.wang@nxp.com>
(cherry picked from commit 506b53cd11020024bf444167781b3a590348434c)
sound/soc/fsl/fsl_spdif.c