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.
18 #include <linux/usb.h>
19 #include <sound/core.h>
22 struct usb_line6_toneport {
24 Generic Line6 USB data.
26 struct usb_line6 line6;
29 Serial number of device.
34 Firmware version (x 100).
40 extern void toneport_disconnect(struct usb_interface *interface);
41 extern int toneport_init(struct usb_interface *interface,
42 struct usb_line6_toneport *toneport);