summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/pcm.c
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2011-11-23 08:20:42 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-27 00:14:11 (GMT)
commit16dc10401133d16d13a5eea7da2a71d2080e32a1 (patch)
tree0127cfdaed191fd806a9a6528adae837274bd250 /drivers/staging/line6/pcm.c
parent982d6ab50115025c63f4b9f7175614008c41d449 (diff)
downloadlinux-16dc10401133d16d13a5eea7da2a71d2080e32a1.tar.xz
staging: line6: add Pod HD300 support
The Pod HD device family uses new MIDI SysEx messages and therefore cannot reuse the existing Pod code. Instead of hardcoding Pod HD MIDI messages into the driver, leave MIDI up to userspace. This driver simply presents MIDI and pcm ALSA devices. This device is similar to the Pod except that it has 48 kHz audio and does not respond to Pod SysEx messages. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/pcm.c')
-rw-r--r--drivers/staging/line6/pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/line6/pcm.c b/drivers/staging/line6/pcm.c
index 9d4c8a6..f56c642 100644
--- a/drivers/staging/line6/pcm.c
+++ b/drivers/staging/line6/pcm.c
@@ -403,6 +403,7 @@ int line6_init_pcm(struct usb_line6 *line6,
case LINE6_DEVID_PODXT:
case LINE6_DEVID_PODXTLIVE:
case LINE6_DEVID_PODXTPRO:
+ case LINE6_DEVID_PODHD300:
ep_read = 0x82;
ep_write = 0x01;
break;