Commit 9d70d91c authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] ad1848 - Fix compilation without CONFIG_PM

Modules: AD1848 driver

Fix compilation without CONFIG_PM.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 403d1944
...@@ -932,8 +932,10 @@ int snd_ad1848_create(struct snd_card *card, ...@@ -932,8 +932,10 @@ int snd_ad1848_create(struct snd_card *card,
return err; return err;
} }
#ifdef CONFIG_PM
chip->suspend = snd_ad1848_suspend; chip->suspend = snd_ad1848_suspend;
chip->resume = snd_ad1848_resume; chip->resume = snd_ad1848_resume;
#endif
*rchip = chip; *rchip = chip;
return 0; return 0;
......
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