From: Sachin Kamat Date: Wed, 16 Oct 2013 10:28:48 +0000 (+0530) Subject: ASoC: smdk_wm8994: Add .pm to struct smdk_audio_driver X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=de0022d4bf3a5acaef75cf1c7c2f8d71b020e8c9;p=deliverable%2Flinux.git ASoC: smdk_wm8994: Add .pm to struct smdk_audio_driver Register PM ops for this driver. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c index 831972d24fb9..b072bd107b31 100644 --- a/sound/soc/samsung/smdk_wm8994.c +++ b/sound/soc/samsung/smdk_wm8994.c @@ -9,6 +9,7 @@ #include "../codecs/wm8994.h" #include +#include #include #include #include @@ -206,6 +207,7 @@ static struct platform_driver smdk_audio_driver = { .name = "smdk-audio-wm8894", .owner = THIS_MODULE, .of_match_table = of_match_ptr(samsung_wm8994_of_match), + .pm = &snd_soc_pm_ops, }, .probe = smdk_audio_probe, };