diff options
-rw-r--r-- | sound/soc/intel/sst-haswell-pcm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/sst-haswell-pcm.c b/sound/soc/intel/sst-haswell-pcm.c index b8a782c0d4cd..619525200705 100644 --- a/sound/soc/intel/sst-haswell-pcm.c +++ b/sound/soc/intel/sst-haswell-pcm.c | |||
@@ -998,7 +998,7 @@ static int hsw_pcm_dev_remove(struct platform_device *pdev) | |||
998 | return 0; | 998 | return 0; |
999 | } | 999 | } |
1000 | 1000 | ||
1001 | #ifdef CONFIG_PM_RUNTIME | 1001 | #ifdef CONFIG_PM |
1002 | 1002 | ||
1003 | static int hsw_pcm_runtime_idle(struct device *dev) | 1003 | static int hsw_pcm_runtime_idle(struct device *dev) |
1004 | { | 1004 | { |
@@ -1057,7 +1057,7 @@ static int hsw_pcm_runtime_resume(struct device *dev) | |||
1057 | #define hsw_pcm_runtime_resume NULL | 1057 | #define hsw_pcm_runtime_resume NULL |
1058 | #endif | 1058 | #endif |
1059 | 1059 | ||
1060 | #if defined(CONFIG_PM_SLEEP) && defined(CONFIG_PM_RUNTIME) | 1060 | #ifdef CONFIG_PM |
1061 | 1061 | ||
1062 | static void hsw_pcm_complete(struct device *dev) | 1062 | static void hsw_pcm_complete(struct device *dev) |
1063 | { | 1063 | { |