aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs5535audio/cs5535audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio.h')
-rw-r--r--sound/pci/cs5535audio/cs5535audio.h10
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 {
97extern const struct dev_pm_ops snd_cs5535audio_pm; 97extern const struct dev_pm_ops snd_cs5535audio_pm;
98 98
99#ifdef CONFIG_OLPC 99#ifdef CONFIG_OLPC
100void __devinit olpc_prequirks(struct snd_card *card, 100void olpc_prequirks(struct snd_card *card,
101 struct snd_ac97_template *ac97); 101 struct snd_ac97_template *ac97);
102int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); 102int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
103void __devexit olpc_quirks_cleanup(void); 103void olpc_quirks_cleanup(void);
104void olpc_analog_input(struct snd_ac97 *ac97, int on); 104void olpc_analog_input(struct snd_ac97 *ac97, int on);
105void olpc_mic_bias(struct snd_ac97 *ac97, int on); 105void 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) { }
133static inline void olpc_capture_close(struct snd_ac97 *ac97) { } 133static inline void olpc_capture_close(struct snd_ac97 *ac97) { }
134#endif 134#endif
135 135
136int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); 136int snd_cs5535audio_pcm(struct cs5535audio *cs5535audio);
137 137
138#endif /* __SOUND_CS5535AUDIO_H */ 138#endif /* __SOUND_CS5535AUDIO_H */
139 139