Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56141
b: refs/heads/master
c: 523f1dc
h: refs/heads/master
i:
  56139: fe22013
v: v3
  • Loading branch information
Daniel Mack authored and Jaroslav Kysela committed May 11, 2007
1 parent 6296204 commit 7f54247
Show file tree
Hide file tree
Showing 13 changed files with 1,748 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e24a121aa1070fc91b6461b8b88bb6ffa61b4b49
refs/heads/master: 523f1dce37434a9a6623bf46e7893e2b4b10ac3c
11 changes: 11 additions & 0 deletions trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,17 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.

This module supports multiple devices, autoprobe and hotplugging.

Module snd-usb-caiaq
--------------------

Module for caiaq UB audio interfaces,
* Native Instruments RigKontrol2
* Native Instruments Kore Controller
* Native Instruments Audio Kontrol 1
* Native Instruments Audio 8 DJ

This module supports multiple devices, autoprobe and hotplugging.

Module snd-usb-usx2y
--------------------

Expand Down
28 changes: 28 additions & 0 deletions trunk/sound/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,33 @@ config SND_USB_USX2Y
To compile this driver as a module, choose M here: the module
will be called snd-usb-usx2y.

config SND_USB_CAIAQ
tristate "Native Instruments USB audio devices"
depends on SND && USB
select SND_HWDEP
select SND_RAWMIDI
select SND_PCM
help
Say Y here to include support for caiaq USB audio interfaces,
namely:

* Native Instruments RigKontrol2
* Native Instruments Kore Controller
* Native Instruments Audio Kontrol 1
* Native Instruments Audio 8 DJ

To compile this driver as a module, choose M here: the module
will be called snd-usb-caiaq.

config SND_USB_CAIAQ_INPUT
bool "enable input device for controllers"
depends on SND_USB_CAIAQ
help
Say Y here to support input controllers like buttons, knobs,
alpha dials and analog pedals on the following products:

* Native Instruments RigKontrol2
* Native Instruments Audio Kontrol 1

endmenu

2 changes: 1 addition & 1 deletion trunk/sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 3 additions & 0 deletions trunk/sound/usb/caiaq/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
snd-usb-caiaq-objs := caiaq-device.o caiaq-audio.o caiaq-midi.o caiaq-input.o

obj-$(CONFIG_SND_USB_CAIAQ) += snd-usb-caiaq.o
Loading

0 comments on commit 7f54247

Please sign in to comment.