Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
toneport.h
Go to the documentation of this file.
1 /*
2  * Line6 Linux USB driver - 0.9.1beta
3  *
4  * Copyright (C) 2004-2010 Markus Grabner ([email protected])
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 
12 #ifndef TONEPORT_H
13 #define TONEPORT_H
14 
15 #include <linux/usb.h>
16 #include <sound/core.h>
17 
18 #include "driver.h"
19 
24  struct usb_line6 line6;
25 
29  int source;
30 
35 
40 
44  struct timer_list timer;
45 };
46 
49  struct usb_line6_toneport *toneport);
50 extern void line6_toneport_reset_resume(struct usb_line6_toneport *toneport);
51 
52 #endif