blob: 1c07c65c1cdde9894ec4d9c86af008ec65a33804 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA USB drivers
2
3menu "USB devices"
4 depends on SND!=n && USB!=n
5
6config SND_USB_AUDIO
7 tristate "USB Audio/MIDI driver"
8 depends on SND && USB
James Courtier-Dutton3714b532005-05-08 22:22:27 +02009 select SND_HWDEP
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 select SND_RAWMIDI
11 select SND_PCM
12 help
13 Say Y here to include support for USB audio and USB MIDI
14 devices.
15
16 To compile this driver as a module, choose M here: the module
17 will be called snd-usb-audio.
18
19config SND_USB_USX2Y
20 tristate "Tascam US-122, US-224 and US-428 USB driver"
21 depends on SND && USB && (X86 || PPC || ALPHA)
22 select SND_HWDEP
23 select SND_RAWMIDI
24 select SND_PCM
25 help
26 Say Y here to include support for Tascam USB Audio/MIDI
27 interfaces or controllers US-122, US-224 and US-428.
28
29 To compile this driver as a module, choose M here: the module
30 will be called snd-usb-usx2y.
31
Daniel Mack523f1dc2007-03-26 19:11:24 +020032config SND_USB_CAIAQ
33 tristate "Native Instruments USB audio devices"
Takashi Iwaiee6df2e2007-11-20 18:32:08 +010034 depends on SND && USB
35 select SND_HWDEP
36 select SND_RAWMIDI
37 select SND_PCM
38 help
Daniel Mack523f1dc2007-03-26 19:11:24 +020039 Say Y here to include support for caiaq USB audio interfaces,
40 namely:
41
42 * Native Instruments RigKontrol2
Daniel Mackad1e34b2007-09-17 14:45:14 +020043 * Native Instruments RigKontrol3
Daniel Mack523f1dc2007-03-26 19:11:24 +020044 * Native Instruments Kore Controller
45 * Native Instruments Audio Kontrol 1
46 * Native Instruments Audio 8 DJ
47
48 To compile this driver as a module, choose M here: the module
49 will be called snd-usb-caiaq.
50
51config SND_USB_CAIAQ_INPUT
52 bool "enable input device for controllers"
53 depends on SND_USB_CAIAQ
Dmitry Torokhove5f73e22007-11-21 16:47:03 +010054 depends on INPUT=y || INPUT=SND_USB_CAIAQ
Daniel Mack523f1dc2007-03-26 19:11:24 +020055 help
56 Say Y here to support input controllers like buttons, knobs,
57 alpha dials and analog pedals on the following products:
58
59 * Native Instruments RigKontrol2
Daniel Mackad1e34b2007-09-17 14:45:14 +020060 * Native Instruments RigKontrol3
Daniel Mack523f1dc2007-03-26 19:11:24 +020061 * Native Instruments Audio Kontrol 1
62
Linus Torvalds1da177e2005-04-16 15:20:36 -070063endmenu
64