diff mbox series

ASoC: qcom: sc7180: Add missing PM ops

Message ID 20201109103415.607495-1-cychiang@chromium.org
State Accepted
Commit b2fc3029308dd1bace4c11c733eca2ef941b0e29
Headers show
Series ASoC: qcom: sc7180: Add missing PM ops | expand

Commit Message

Cheng-yi Chiang Nov. 9, 2020, 10:34 a.m. UTC
Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
drivers.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 sound/soc/qcom/sc7180.c | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org Dec. 29, 2020, 8:15 p.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon,  9 Nov 2020 18:34:15 +0800 you wrote:
> Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine

> drivers.

> 

> Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>

> ---

>  sound/soc/qcom/sc7180.c | 1 +

>  1 file changed, 1 insertion(+)


Here is the summary with links:
  - ASoC: qcom: sc7180: Add missing PM ops
    https://git.kernel.org/qcom/c/b2fc3029308d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c
index b391f64c3a80..42e366ecc689 100644
--- a/sound/soc/qcom/sc7180.c
+++ b/sound/soc/qcom/sc7180.c
@@ -258,6 +258,7 @@  static struct platform_driver sc7180_snd_driver = {
 	.driver = {
 		.name = "msm-snd-sc7180",
 		.of_match_table = sc7180_snd_device_id,
+		.pm = &snd_soc_pm_ops,
 	},
 };
 module_platform_driver(sc7180_snd_driver);