diff mbox

[13/13] ASoC: Intel: Remove soc pm handling to allow platform driver handle it

Message ID 1423715405-4562-14-git-send-email-vinod.koul@intel.com (mailing list archive)
State Accepted
Commit 3f2dcbeaeb2badb951a68e7d525ff4e55d0b0678
Headers show

Commit Message

Vinod Koul Feb. 12, 2015, 4:30 a.m. UTC
From: "Subhransu S. Prusty" <subhransu.s.prusty@intel.com>

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 sound/soc/intel/cht_bsw_rt5672.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/intel/cht_bsw_rt5672.c b/sound/soc/intel/cht_bsw_rt5672.c
index 46e7e50f7d74..d782dcc9f9a7 100644
--- a/sound/soc/intel/cht_bsw_rt5672.c
+++ b/sound/soc/intel/cht_bsw_rt5672.c
@@ -285,7 +285,6 @@  static int snd_cht_mc_probe(struct platform_device *pdev)
 static struct platform_driver snd_cht_mc_driver = {
 	.driver = {
 		.name = "cht-bsw-rt5672",
-		.pm = &snd_soc_pm_ops,
 	},
 	.probe = snd_cht_mc_probe,
 };