diff options
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio.h')
-rw-r--r-- | sound/pci/cs5535audio/cs5535audio.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio.h b/sound/pci/cs5535audio/cs5535audio.h index bb3cc641130c..0579daa62215 100644 --- a/sound/pci/cs5535audio/cs5535audio.h +++ b/sound/pci/cs5535audio/cs5535audio.h | |||
@@ -97,10 +97,10 @@ struct cs5535audio { | |||
97 | extern const struct dev_pm_ops snd_cs5535audio_pm; | 97 | extern const struct dev_pm_ops snd_cs5535audio_pm; |
98 | 98 | ||
99 | #ifdef CONFIG_OLPC | 99 | #ifdef CONFIG_OLPC |
100 | void __devinit olpc_prequirks(struct snd_card *card, | 100 | void olpc_prequirks(struct snd_card *card, |
101 | struct snd_ac97_template *ac97); | 101 | struct snd_ac97_template *ac97); |
102 | int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); | 102 | int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); |
103 | void __devexit olpc_quirks_cleanup(void); | 103 | void olpc_quirks_cleanup(void); |
104 | void olpc_analog_input(struct snd_ac97 *ac97, int on); | 104 | void olpc_analog_input(struct snd_ac97 *ac97, int on); |
105 | void olpc_mic_bias(struct snd_ac97 *ac97, int on); | 105 | void olpc_mic_bias(struct snd_ac97 *ac97, int on); |
106 | 106 | ||
@@ -133,7 +133,7 @@ static inline void olpc_capture_open(struct snd_ac97 *ac97) { } | |||
133 | static inline void olpc_capture_close(struct snd_ac97 *ac97) { } | 133 | static inline void olpc_capture_close(struct snd_ac97 *ac97) { } |
134 | #endif | 134 | #endif |
135 | 135 | ||
136 | int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); | 136 | int snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); |
137 | 137 | ||
138 | #endif /* __SOUND_CS5535AUDIO_H */ | 138 | #endif /* __SOUND_CS5535AUDIO_H */ |
139 | 139 | ||