summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/Makefile
diff options
context:
space:
mode:
authorStefan Hajnoczi2011-11-23 09:20:42 +0100
committerGreg Kroah-Hartman2011-11-27 01:14:11 +0100
commit16dc10401133d16d13a5eea7da2a71d2080e32a1 (patch)
tree0127cfdaed191fd806a9a6528adae837274bd250 /drivers/staging/line6/Makefile
parentline6: fix memory leaks in line6_init_midi() (diff)
downloadkernel-qcow2-linux-16dc10401133d16d13a5eea7da2a71d2080e32a1.tar.gz
kernel-qcow2-linux-16dc10401133d16d13a5eea7da2a71d2080e32a1.tar.xz
kernel-qcow2-linux-16dc10401133d16d13a5eea7da2a71d2080e32a1.zip
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