Merge tag 'v3.10.99' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / usb / Kconfig
CommitLineData
1da177e4
LT
1# ALSA USB drivers
2
89fe5117
TI
3menuconfig 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
1da177e4
LT
11
12config SND_USB_AUDIO
13 tristate "USB Audio/MIDI driver"
3714b534 14 select SND_HWDEP
1da177e4
LT
15 select SND_RAWMIDI
16 select SND_PCM
c3d49ed2 17 select BITREVERSE
1da177e4
LT
18 help
19 Say Y here to include support for USB audio and USB MIDI
20 devices.
21
22 To compile this driver as a module, choose M here: the module
23 will be called snd-usb-audio.
24
63978ab3 25config SND_USB_UA101
306ff3e4 26 tristate "Edirol UA-101/UA-1000 driver"
63978ab3
CL
27 select SND_PCM
28 select SND_RAWMIDI
29 help
e584bc3c
CL
30 Say Y here to include support for the Edirol UA-101 and UA-1000
31 audio/MIDI interfaces.
63978ab3
CL
32
33 To compile this driver as a module, choose M here: the module
34 will be called snd-ua101.
35
1da177e4
LT
36config SND_USB_USX2Y
37 tristate "Tascam US-122, US-224 and US-428 USB driver"
89fe5117 38 depends on X86 || PPC || ALPHA
1da177e4
LT
39 select SND_HWDEP
40 select SND_RAWMIDI
41 select SND_PCM
42 help
43 Say Y here to include support for Tascam USB Audio/MIDI
44 interfaces or controllers US-122, US-224 and US-428.
45
46 To compile this driver as a module, choose M here: the module
47 will be called snd-usb-usx2y.
48
523f1dce
DM
49config SND_USB_CAIAQ
50 tristate "Native Instruments USB audio devices"
ee6df2e1
TI
51 select SND_HWDEP
52 select SND_RAWMIDI
53 select SND_PCM
54 help
523f1dce
DM
55 Say Y here to include support for caiaq USB audio interfaces,
56 namely:
57
58 * Native Instruments RigKontrol2
ad1e34b5 59 * Native Instruments RigKontrol3
523f1dce 60 * Native Instruments Kore Controller
7829d0ec 61 * Native Instruments Kore Controller 2
523f1dce 62 * Native Instruments Audio Kontrol 1
b30c4947 63 * Native Instruments Audio 2 DJ
2165592b 64 * Native Instruments Audio 4 DJ
523f1dce 65 * Native Instruments Audio 8 DJ
df8d81a3 66 * Native Instruments Traktor Audio 2
2165592b
DM
67 * Native Instruments Guitar Rig Session I/O
68 * Native Instruments Guitar Rig mobile
6da7a2aa 69 * Native Instruments Traktor Kontrol X1
15c5ab60 70 * Native Instruments Traktor Kontrol S4
e653510a 71 * Native Instruments Maschine Controller
523f1dce
DM
72
73 To compile this driver as a module, choose M here: the module
74 will be called snd-usb-caiaq.
75
76config SND_USB_CAIAQ_INPUT
77 bool "enable input device for controllers"
78 depends on SND_USB_CAIAQ
e5f73e2a 79 depends on INPUT=y || INPUT=SND_USB_CAIAQ
523f1dce
DM
80 help
81 Say Y here to support input controllers like buttons, knobs,
82 alpha dials and analog pedals on the following products:
83
84 * Native Instruments RigKontrol2
ad1e34b5 85 * Native Instruments RigKontrol3
8e3cd08e 86 * Native Instruments Kore Controller
7829d0ec 87 * Native Instruments Kore Controller 2
523f1dce 88 * Native Instruments Audio Kontrol 1
15c5ab60 89 * Native Instruments Traktor Kontrol S4
e653510a 90 * Native Instruments Maschine Controller
523f1dce 91
030a07e4
KW
92config SND_USB_US122L
93 tristate "Tascam US-122L USB driver"
f598158a 94 depends on X86
dc0abf90 95 select SND_HWDEP
030a07e4
KW
96 select SND_RAWMIDI
97 help
98 Say Y here to include support for Tascam US-122L USB Audio/MIDI
99 interfaces.
100
101 To compile this driver as a module, choose M here: the module
102 will be called snd-usb-us122l.
103
c6d43ba8
TS
104config SND_USB_6FIRE
105 tristate "TerraTec DMX 6Fire USB"
c6d43ba8 106 select FW_LOADER
8ae9572b 107 select BITREVERSE
c6d43ba8
TS
108 select SND_RAWMIDI
109 select SND_PCM
adef39c0 110 select SND_VMASTER
c6d43ba8
TS
111 help
112 Say Y here to include support for TerraTec 6fire DMX USB interface.
113
114 You will need firmware files in order to be able to use the device
78caf66c
TS
115 after it has been coldstarted. An install script for the firmware
116 and further help can be found at
117 http://sixfireusb.sourceforge.net
c6d43ba8 118
89fe5117 119endif # SND_USB
1da177e4 120