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