commit | f3a0ba0f062777ef04350c82025ece62e19b128c | [log] [tgz] |
---|---|---|
author | Shengjiu Wang <shengjiu.wang@nxp.com> | Wed Jan 09 10:12:16 2019 +0800 |
committer | Jason Liu <jason.hui.liu@nxp.com> | Tue Feb 12 10:35:52 2019 +0800 |
tree | 860181ab29f4d8e48edb99505250851ff4c04a80 | |
parent | 5ba41fae00145d1420f857dfc67da5a872467365 [diff] |
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>