diff options
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio.h')
-rw-r--r-- | sound/pci/cs5535audio/cs5535audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio.h b/sound/pci/cs5535audio/cs5535audio.h index 31ecb33ffff9..22737fc9ed03 100644 --- a/sound/pci/cs5535audio/cs5535audio.h +++ b/sound/pci/cs5535audio/cs5535audio.h | |||
@@ -103,6 +103,7 @@ int snd_cs5535audio_resume(struct pci_dev *pci); | |||
103 | void __devinit olpc_prequirks(struct snd_card *card, | 103 | void __devinit olpc_prequirks(struct snd_card *card, |
104 | struct snd_ac97_template *ac97); | 104 | struct snd_ac97_template *ac97); |
105 | int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); | 105 | int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); |
106 | void olpc_analog_input(struct snd_ac97 *ac97, int on); | ||
106 | #else | 107 | #else |
107 | static inline void olpc_prequirks(struct snd_card *card, | 108 | static inline void olpc_prequirks(struct snd_card *card, |
108 | struct snd_ac97_template *ac97) { } | 109 | struct snd_ac97_template *ac97) { } |
@@ -110,6 +111,7 @@ static inline int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97) | |||
110 | { | 111 | { |
111 | return 0; | 112 | return 0; |
112 | } | 113 | } |
114 | static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { } | ||
113 | #endif | 115 | #endif |
114 | 116 | ||
115 | int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); | 117 | int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio); |