Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / drivers / staging / line6 / audio.h
blob5f8a09a0fa953e31ca2293f8cb1d13046ea69760
1 /*
2 * Line6 Linux USB driver - 0.9.1beta
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
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.
12 #ifndef AUDIO_H
13 #define AUDIO_H
15 #include "driver.h"
17 extern void line6_cleanup_audio(struct usb_line6 *);
18 extern int line6_init_audio(struct usb_line6 *);
19 extern int line6_register_audio(struct usb_line6 *);
21 #endif