staging: line6: add Pod HD300 support
authorStefan Hajnoczi <stefanha@gmail.com>
Wed, 23 Nov 2011 08:20:42 +0000 (08:20 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 00:14:11 +0000 (16:14 -0800)
commit16dc10401133d16d13a5eea7da2a71d2080e32a1
tree0127cfdaed191fd806a9a6528adae837274bd250
parent982d6ab50115025c63f4b9f7175614008c41d449
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>
drivers/staging/line6/Makefile
drivers/staging/line6/driver.c
drivers/staging/line6/pcm.c
drivers/staging/line6/podhd.c [new file with mode: 0644]
drivers/staging/line6/podhd.h [new file with mode: 0644]
drivers/staging/line6/usbdefs.h