diff options
author | Daniel Mack <daniel@caiaq.org> | 2007-03-26 13:11:24 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 10:55:53 -0400 |
commit | 523f1dce37434a9a6623bf46e7893e2b4b10ac3c (patch) | |
tree | 6f429b936089a79864c4b29d72011583f0f998e2 /sound/usb/Makefile | |
parent | e24a121aa1070fc91b6461b8b88bb6ffa61b4b49 (diff) |
[ALSA] Add Native Instrument usb audio device support
Add snd-usb-caiaq driver to support caiaq usb-audio devices from
Native Instrument:
* Native Instruments RigKontrol2
* Native Instruments Kore Controller
* Native Instruments Audio Kontrol 1
* Native Instruments Audio 8 DJ
Signed-off-by: Daniel Mack <daniel@caiaq.org>
Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/usb/Makefile')
-rw-r--r-- | sound/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile index 2c1dc11a72e2..aa252ef2ebfb 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile | |||
@@ -9,4 +9,4 @@ snd-usb-lib-objs := usbmidi.o | |||
9 | obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o | 9 | obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o |
10 | obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o | 10 | obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o |
11 | 11 | ||
12 | obj-$(CONFIG_SND) += usx2y/ | 12 | obj-$(CONFIG_SND) += usx2y/ caiaq/ |