MLK-17089-2: ASoC: fsl_esai: support suspend & resume for imx8
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 6 Dec 2017 03:40:31 +0000 (11:40 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:15 +0000 (14:50 -0500)
commit3f02a3a8df46056b4dfb8aa537967f1434d2f037
tree07f236bfe6d49785f332c38fa3f237dae10a589c
parent42f7bd1c2578c38924bd47d3a4a402f6a87ab565
MLK-17089-2: ASoC: fsl_esai: 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_esai.c