MLK-17089-7: ASoC: fsl_mqs: support suspend & resume for imx8
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 6 Dec 2017 03:30:02 +0000 (11:30 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 18 Jul 2019 05:37:21 +0000 (13:37 +0800)
commitce280da743f36a91832293be575b544648be4e94
tree0af9fe333b5447d099f2eb6d9927e244165232e6
parent0640a38be04f1b132910dbadc4adb6a6fd5e3a72
MLK-17089-7: ASoC: fsl_mqs: 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 a5a16b226bf164826d6d977beb897cc4bf0bdc8f)
sound/soc/codecs/fsl_mqs.c