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)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:16 +0000 (14:50 -0500)
commit3cf10a339340a03f17befebe470b3e82dc0e8e85
tree98a4aa54c13888d5a60717476764b603061c6d47
parenta14f282132d2e35f3ecffcac0beb153860c87b1b
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>
sound/soc/fsl/fsl_spdif.c