From b47a22290d581277be70e8a597824a4985d39e83 Mon Sep 17 00:00:00 2001 From: Mario Kicherer Date: Fri, 4 Apr 2014 20:40:50 +0200 Subject: 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 Reviewed-by: Daniel Mack Reviewed-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- sound/usb/bcd2000/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sound/usb/bcd2000/Makefile (limited to 'sound/usb/bcd2000/Makefile') diff --git a/sound/usb/bcd2000/Makefile b/sound/usb/bcd2000/Makefile new file mode 100644 index 000000000000..f09ccc0af6ff --- /dev/null +++ b/sound/usb/bcd2000/Makefile @@ -0,0 +1,3 @@ +snd-bcd2000-y := bcd2000.o + +obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file -- cgit v1.2.3