audio.h 526 B

12345678910111213141516171819202122
  1. /*
  2. * Line6 Linux USB driver - 0.9.1beta
  3. *
  4. * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License as
  8. * published by the Free Software Foundation, version 2.
  9. *
  10. */
  11. #ifndef AUDIO_H
  12. #define AUDIO_H
  13. #include "driver.h"
  14. extern void line6_cleanup_audio(struct usb_line6 *);
  15. extern int line6_init_audio(struct usb_line6 *);
  16. extern int line6_register_audio(struct usb_line6 *);
  17. #endif