aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sound/isa')
-rw-r--r--sound/isa/ad1848/ad1848_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/isa/ad1848/ad1848_lib.c b/sound/isa/ad1848/ad1848_lib.c
index 83764c941533..b78530d7ea90 100644
--- a/sound/isa/ad1848/ad1848_lib.c
+++ b/sound/isa/ad1848/ad1848_lib.c
@@ -932,8 +932,10 @@ int snd_ad1848_create(struct snd_card *card,
932 return err; 932 return err;
933 } 933 }
934 934
935#ifdef CONFIG_PM
935 chip->suspend = snd_ad1848_suspend; 936 chip->suspend = snd_ad1848_suspend;
936 chip->resume = snd_ad1848_resume; 937 chip->resume = snd_ad1848_resume;
938#endif
937 939
938 *rchip = chip; 940 *rchip = chip;
939 return 0; 941 return 0;