diff options
author | Daniel Mack <daniel@caiaq.org> | 2007-03-26 19:11:24 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 16:55:53 +0200 |
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 2c1dc11a72e..aa252ef2ebf 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile @@ -9,4 +9,4 @@ snd-usb-lib-objs := usbmidi.o obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usb-lib.o obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-lib.o -obj-$(CONFIG_SND) += usx2y/ +obj-$(CONFIG_SND) += usx2y/ caiaq/ |