GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / line6 / audio.h
blobcc0245adbcd9d61822645b0f94b9b45744a8a7d8
1 /*
2 * Line6 Linux USB driver - 0.8.0
4 * Copyright (C) 2004-2009 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
16 #include "driver.h"
19 extern void line6_cleanup_audio(struct usb_line6 *);
20 extern int line6_init_audio(struct usb_line6 *);
21 extern int line6_register_audio(struct usb_line6 *);
24 #endif