summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/driver.h
diff options
context:
space:
mode:
authorChris Rorvick <chris@rorvick.com>2015-01-12 12:42:48 -0800
committerTakashi Iwai <tiwai@suse.de>2015-01-12 22:24:04 +0100
commit7ad07310d57dec80d32572479f58decb6a8529e0 (patch)
tree43c4fc9bbdc9019421b231463f46bac252918d90 /drivers/staging/line6/driver.h
parent7b3e4d47ca372c4e54f0a1f2e7cffca0b9f9c070 (diff)
staging: line6: Split out PODxt Live interfaces
The PODxt Live device has both a POD and a Variax interface. Add device type entries for each of these. Signed-off-by: Chris Rorvick <chris@rorvick.com> Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/staging/line6/driver.h')
-rw-r--r--drivers/staging/line6/driver.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h
index c5367951a22c..085aa44da64c 100644
--- a/drivers/staging/line6/driver.h
+++ b/drivers/staging/line6/driver.h
@@ -33,7 +33,8 @@ enum line6_device_type {
LINE6_PODSTUDIO_UX1,
LINE6_PODSTUDIO_UX2,
LINE6_PODXT,
- LINE6_PODXTLIVE,
+ LINE6_PODXTLIVE_POD,
+ LINE6_PODXTLIVE_VARIAX,
LINE6_PODXTPRO,
LINE6_TONEPORT_GX,
LINE6_TONEPORT_UX1,
@@ -136,11 +137,6 @@ struct usb_line6 {
const struct line6_properties *properties;
/**
- Interface number.
- */
- int interface_number;
-
- /**
Interval (ms).
*/
int interval;