ALSA: MIDI driver for Behringer BCD2000 USB device
authorMario Kicherer <dev@kicherer.org>
Fri, 4 Apr 2014 18:40:50 +0000 (20:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Apr 2014 14:05:41 +0000 (16:05 +0200)
commitb47a22290d581277be70e8a597824a4985d39e83
tree5ddf29073ab5fd60dee1376407f1fae31003f392
parentde9481cb40339d9bfc1104b53649876fc5f3d432
ALSA: MIDI driver for Behringer BCD2000 USB device

This patch adds initial support for the Behringer BCD2000 USB DJ controller.
At the moment, only the MIDI part of the device is working, i.e. knobs,
buttons and LEDs.

I also plan to add support for the audio part, but I assume that this will
require more effort than the rather simple MIDI interface. Progress can be
tracked at https://github.com/anyc/snd-usb-bcd2000.

Signed-off-by: Mario Kicherer <dev@kicherer.org>
Reviewed-by: Daniel Mack <daniel@zonque.org>
Reviewed-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/Kconfig
sound/usb/Makefile
sound/usb/bcd2000/Makefile [new file with mode: 0644]
sound/usb/bcd2000/bcd2000.c [new file with mode: 0644]