Commit 88ee1c61 authored by Mark Brown's avatar Mark Brown

ASoC: Update PM ifdefs for exported suspend/resume

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 273de376
...@@ -1801,7 +1801,7 @@ static void snd_soc_instantiate_card(struct snd_soc_card *card) ...@@ -1801,7 +1801,7 @@ static void snd_soc_instantiate_card(struct snd_soc_card *card)
} }
card->snd_card->dev = card->dev; card->snd_card->dev = card->dev;
#ifdef CONFIG_PM #ifdef CONFIG_PM_SLEEP
/* deferred resume work */ /* deferred resume work */
INIT_WORK(&card->deferred_resume_work, soc_resume_deferred); INIT_WORK(&card->deferred_resume_work, soc_resume_deferred);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment