Changeset 598 for GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.h
r455 r598 100 100 #endif 101 101 102 #if defined(CONFIG_OLPC) && defined(CONFIG_MGEODE_LX)102 #ifdef CONFIG_OLPC 103 103 void __devinit olpc_prequirks(struct snd_card *card, 104 104 struct snd_ac97_template *ac97); 105 105 int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97); 106 void __devexit olpc_quirks_cleanup(void); 106 107 void olpc_analog_input(struct snd_ac97 *ac97, int on); 107 108 void olpc_mic_bias(struct snd_ac97 *ac97, int on); … … 129 130 return 0; 130 131 } 132 static inline void olpc_quirks_cleanup(void) { } 131 133 static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { } 132 134 static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { }
Note:
See TracChangeset
for help on using the changeset viewer.