blob: 0463b342ec778498c6bbb5e2f0b55a53970777e6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA USB drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig SND_USB
4 bool "USB sound devices"
5 depends on USB
6 default y
7 help
8 Support for sound devices connected via the USB bus.
9
10if SND_USB && USB
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12config SND_USB_AUDIO
13 tristate "USB Audio/MIDI driver"
James Courtier-Dutton3714b532005-05-08 22:22:27 +020014 select SND_HWDEP
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 select SND_RAWMIDI
16 select SND_PCM
17 help
18 Say Y here to include support for USB audio and USB MIDI
19 devices.
20
21 To compile this driver as a module, choose M here: the module
22 will be called snd-usb-audio.
23
24config SND_USB_USX2Y
25 tristate "Tascam US-122, US-224 and US-428 USB driver"
Takashi Iwai89fe5112008-05-23 16:10:37 +020026 depends on X86 || PPC || ALPHA
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 select SND_HWDEP
28 select SND_RAWMIDI
29 select SND_PCM
30 help
31 Say Y here to include support for Tascam USB Audio/MIDI
32 interfaces or controllers US-122, US-224 and US-428.
33
34 To compile this driver as a module, choose M here: the module
35 will be called snd-usb-usx2y.
36
Daniel Mack523f1dc2007-03-26 19:11:24 +020037config SND_USB_CAIAQ
38 tristate "Native Instruments USB audio devices"
Takashi Iwaiee6df2e2007-11-20 18:32:08 +010039 select SND_HWDEP
40 select SND_RAWMIDI
41 select SND_PCM
42 help
Daniel Mack523f1dc2007-03-26 19:11:24 +020043 Say Y here to include support for caiaq USB audio interfaces,
44 namely:
45
46 * Native Instruments RigKontrol2
Daniel Mackad1e34b2007-09-17 14:45:14 +020047 * Native Instruments RigKontrol3
Daniel Mack523f1dc2007-03-26 19:11:24 +020048 * Native Instruments Kore Controller
Daniel Mack7829d0e2007-11-26 09:00:56 +010049 * Native Instruments Kore Controller 2
Daniel Mack523f1dc2007-03-26 19:11:24 +020050 * Native Instruments Audio Kontrol 1
51 * Native Instruments Audio 8 DJ
52
53 To compile this driver as a module, choose M here: the module
54 will be called snd-usb-caiaq.
55
56config SND_USB_CAIAQ_INPUT
57 bool "enable input device for controllers"
58 depends on SND_USB_CAIAQ
Dmitry Torokhove5f73e22007-11-21 16:47:03 +010059 depends on INPUT=y || INPUT=SND_USB_CAIAQ
Daniel Mack523f1dc2007-03-26 19:11:24 +020060 help
61 Say Y here to support input controllers like buttons, knobs,
62 alpha dials and analog pedals on the following products:
63
64 * Native Instruments RigKontrol2
Daniel Mackad1e34b2007-09-17 14:45:14 +020065 * Native Instruments RigKontrol3
Daniel Mack8e3cd082007-11-22 11:40:04 +010066 * Native Instruments Kore Controller
Daniel Mack7829d0e2007-11-26 09:00:56 +010067 * Native Instruments Kore Controller 2
Daniel Mack523f1dc2007-03-26 19:11:24 +020068 * Native Instruments Audio Kontrol 1
69
Karsten Wiese030a07e2008-07-30 15:13:29 +020070config SND_USB_US122L
71 tristate "Tascam US-122L USB driver"
72 depends on X86 && EXPERIMENTAL
73 select SND_RAWMIDI
74 help
75 Say Y here to include support for Tascam US-122L USB Audio/MIDI
76 interfaces.
77
78 To compile this driver as a module, choose M here: the module
79 will be called snd-usb-us122l.
80
Takashi Iwai89fe5112008-05-23 16:10:37 +020081endif # SND_USB
Linus Torvalds1da177e2005-04-16 15:20:36 -070082