summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
diff options
context:
space:
mode:
authorMarkus Grabner <grabner@icg.tugraz.at>2012-01-20 00:09:08 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 09:14:35 -0800
commit12177acdecfcb538b86590036a56fc47b443e135 (patch)
treebd6465488f4267ea5e1206c76485c2ef67688c46 /drivers/staging/line6
parent3784129a9de3fc33ffe6c6ece906a9caa1c65fab (diff)
downloadlinux-12177acdecfcb538b86590036a56fc47b443e135.tar.gz
linux-12177acdecfcb538b86590036a56fc47b443e135.tar.xz
linux-12177acdecfcb538b86590036a56fc47b443e135.zip
staging: line6: use source select control for UX2 devices
Signed-off-by: Markus Grabner <grabner@icg.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/line6')
-rw-r--r--drivers/staging/line6/toneport.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/line6/toneport.c b/drivers/staging/line6/toneport.c
index f31057830dbc..b776130058ca 100644
--- a/drivers/staging/line6/toneport.c
+++ b/drivers/staging/line6/toneport.c
@@ -320,7 +320,9 @@ static void toneport_setup(struct usb_line6_toneport *toneport)
/* initialize source select: */
switch (usbdev->descriptor.idProduct) {
case LINE6_DEVID_TONEPORT_UX1:
+ case LINE6_DEVID_TONEPORT_UX2:
case LINE6_DEVID_PODSTUDIO_UX1:
+ case LINE6_DEVID_PODSTUDIO_UX2:
toneport_send_cmd(usbdev,
toneport_source_info[toneport->source].code,
0x0000);
@@ -363,7 +365,9 @@ static int toneport_try_init(struct usb_interface *interface,
/* register source select control: */
switch (usbdev->descriptor.idProduct) {
case LINE6_DEVID_TONEPORT_UX1:
+ case LINE6_DEVID_TONEPORT_UX2:
case LINE6_DEVID_PODSTUDIO_UX1:
+ case LINE6_DEVID_PODSTUDIO_UX2:
err =
snd_ctl_add(line6->card,
snd_ctl_new1(&toneport_control_source,