diff options
-rw-r--r-- | sound/pci/cs5535audio/cs5535audio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio.h b/sound/pci/cs5535audio/cs5535audio.h index 57e9c65e6854..1aa1e2bbdf74 100644 --- a/sound/pci/cs5535audio/cs5535audio.h +++ b/sound/pci/cs5535audio/cs5535audio.h | |||
@@ -94,8 +94,11 @@ struct cs5535audio { | |||
94 | struct cs5535audio_dma dmas[NUM_CS5535AUDIO_DMAS]; | 94 | struct cs5535audio_dma dmas[NUM_CS5535AUDIO_DMAS]; |
95 | }; | 95 | }; |
96 | 96 | ||
97 | #ifdef CONFIG_PM | ||
97 | int snd_cs5535audio_suspend(struct pci_dev *pci, pm_message_t state); | 98 | int snd_cs5535audio_suspend(struct pci_dev *pci, pm_message_t state); |
98 | int snd_cs5535audio_resume(struct pci_dev *pci); | 99 | int snd_cs5535audio_resume(struct pci_dev *pci); |
100 | #endif | ||
101 | |||
99 | int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); | 102 | int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); |
100 | 103 | ||
101 | #endif /* __SOUND_CS5535AUDIO_H */ | 104 | #endif /* __SOUND_CS5535AUDIO_H */ |