snd-aoa-alsa.h 370 B

12345678910111213141516
  1. /*
  2. * Apple Onboard Audio Alsa private helpers
  3. *
  4. * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
  5. *
  6. * GPL v2, can be found in COPYING.
  7. */
  8. #ifndef __SND_AOA_ALSA_H
  9. #define __SND_AOA_ALSA_H
  10. #include "../aoa.h"
  11. extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
  12. extern void aoa_alsa_cleanup(void);
  13. #endif /* __SND_AOA_ALSA_H */