OSDN Git Service

ASoC: fsl_rpmsg: Remove SET_SYSTEM_SLEEP_PM_OPS callback
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 9 Mar 2022 10:38:13 +0000 (18:38 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 9 Mar 2022 13:31:44 +0000 (13:31 +0000)
commit8b1d3b733f3e6acaab6c6bc9968ee0e058900a7e
treea01cc7faea2b92a9f0d5b4d9edd847d8f0e35e3b
parent73d9cf7ca1210140b9fb17fd79a0e33d1d5b9af8
ASoC: fsl_rpmsg: Remove SET_SYSTEM_SLEEP_PM_OPS callback

For sound need to be continuously output at suspend with rpmsg
sound card, so need to keep the clock always on at suspend,
then suspend & resume callback is not needed.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1646822293-26965-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_rpmsg.c