aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/line6/Makefile
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@gmail.com>2011-11-23 08:20:42 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-26 16:14:11 -0800
commit16dc10401133d16d13a5eea7da2a71d2080e32a1 (patch)
tree0127cfdaed191fd806a9a6528adae837274bd250 /drivers/staging/line6/Makefile
parent982d6ab50115025c63f4b9f7175614008c41d449 (diff)
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/Makefile')
-rw-r--r--drivers/staging/line6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/line6/Makefile b/drivers/staging/line6/Makefile
index de6bd12e9736..34a2ddacc7e9 100644
--- a/drivers/staging/line6/Makefile
+++ b/drivers/staging/line6/Makefile
@@ -12,4 +12,5 @@ line6usb-y := \
playback.o \
pod.o \
toneport.o \
- variax.o
+ variax.o \
+ podhd.o