MLK-20693-2: ASoC: fsl_dsp_cpu: remove the clock operation
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 9 Jan 2019 02:12:16 +0000 (10:12 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Thu, 18 Apr 2019 00:00:38 +0000 (03:00 +0300)
commita73dc77f0b5e9fa25fe061fcbea4ce7783fa94a9
treee9f2ebfda4d094a521a33891633949e948b9d58d
parente9a12eb3d7831c8077772c1aab31eb4f29da7239
MLK-20693-2: ASoC: fsl_dsp_cpu: remove the clock operation

Remove the clock operation in cpu dai, all clock will be
moved to platform driver.
The reason is that the suspend and resume of dsp is handled in
platform driver, if the clock is disabled before the suspend,
the dsp framework can't access the registers of device in suspend.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
(cherry picked from commit f3a0ba0f062777ef04350c82025ece62e19b128c)
sound/soc/fsl/fsl_dsp_cpu.c
sound/soc/fsl/fsl_dsp_cpu.h