Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.h

    r455 r598  
    100100#endif
    101101
    102 #if defined(CONFIG_OLPC) && defined(CONFIG_MGEODE_LX)
     102#ifdef CONFIG_OLPC
    103103void __devinit olpc_prequirks(struct snd_card *card,
    104104                struct snd_ac97_template *ac97);
    105105int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
     106void __devexit olpc_quirks_cleanup(void);
    106107void olpc_analog_input(struct snd_ac97 *ac97, int on);
    107108void olpc_mic_bias(struct snd_ac97 *ac97, int on);
     
    129130        return 0;
    130131}
     132static inline void olpc_quirks_cleanup(void) { }
    131133static inline void olpc_analog_input(struct snd_ac97 *ac97, int on) { }
    132134static inline void olpc_mic_bias(struct snd_ac97 *ac97, int on) { }
Note: See TracChangeset for help on using the changeset viewer.