1 # SPDX-License-Identifier: GPL-2.0-only
5 bool "USB sound devices"
9 Support for sound devices connected via the USB bus.
14 tristate "USB Audio/MIDI driver"
18 select SND_UMP if SND_USB_AUDIO_MIDI_V2
20 select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO)
22 Say Y here to include support for USB audio and USB MIDI
25 To compile this driver as a module, choose M here: the module
26 will be called snd-usb-audio.
28 config SND_USB_AUDIO_MIDI_V2
29 bool "MIDI 2.0 support by USB Audio driver"
30 depends on SND_USB_AUDIO
32 Say Y here to include the support for MIDI 2.0 by USB Audio driver.
33 When the config is set, the driver tries to probe MIDI 2.0 interface
34 at first, then falls back to MIDI 1.0 interface as default.
35 The MIDI 2.0 support can be disabled dynamically via midi2_enable
38 config SND_USB_AUDIO_USE_MEDIA_CONTROLLER
42 tristate "Edirol UA-101/UA-1000 driver"
46 Say Y here to include support for the Edirol UA-101 and UA-1000
47 audio/MIDI interfaces.
49 To compile this driver as a module, choose M here: the module
50 will be called snd-ua101.
53 tristate "Tascam US-122, US-224 and US-428 USB driver"
54 depends on X86 || PPC || ALPHA
59 Say Y here to include support for Tascam USB Audio/MIDI
60 interfaces or controllers US-122, US-224 and US-428.
62 To compile this driver as a module, choose M here: the module
63 will be called snd-usb-usx2y.
66 tristate "Native Instruments USB audio devices"
71 Say Y here to include support for caiaq USB audio interfaces,
74 * Native Instruments RigKontrol2
75 * Native Instruments RigKontrol3
76 * Native Instruments Kore Controller
77 * Native Instruments Kore Controller 2
78 * Native Instruments Audio Kontrol 1
79 * Native Instruments Audio 2 DJ
80 * Native Instruments Audio 4 DJ
81 * Native Instruments Audio 8 DJ
82 * Native Instruments Traktor Audio 2
83 * Native Instruments Guitar Rig Session I/O
84 * Native Instruments Guitar Rig mobile
85 * Native Instruments Traktor Kontrol X1
86 * Native Instruments Traktor Kontrol S4
87 * Native Instruments Maschine Controller
89 To compile this driver as a module, choose M here: the module
90 will be called snd-usb-caiaq.
92 config SND_USB_CAIAQ_INPUT
93 bool "enable input device for controllers"
94 depends on SND_USB_CAIAQ
95 depends on INPUT=y || INPUT=SND_USB_CAIAQ
97 Say Y here to support input controllers like buttons, knobs,
98 alpha dials and analog pedals on the following products:
100 * Native Instruments RigKontrol2
101 * Native Instruments RigKontrol3
102 * Native Instruments Kore Controller
103 * Native Instruments Kore Controller 2
104 * Native Instruments Audio Kontrol 1
105 * Native Instruments Traktor Kontrol S4
106 * Native Instruments Maschine Controller
108 config SND_USB_US122L
109 tristate "Tascam US-122L USB driver"
110 depends on X86 || COMPILE_TEST
114 Say Y here to include support for Tascam US-122L USB Audio/MIDI
117 To compile this driver as a module, choose M here: the module
118 will be called snd-usb-us122l.
121 tristate "TerraTec DMX 6Fire USB"
128 Say Y here to include support for TerraTec 6fire DMX USB interface.
130 You will need firmware files in order to be able to use the device
131 after it has been coldstarted. An install script for the firmware
132 and further help can be found at
133 http://sixfireusb.sourceforge.net
135 config SND_USB_HIFACE
136 tristate "M2Tech hiFace USB-SPDIF driver"
139 Select this option to include support for M2Tech hiFace USB-SPDIF
142 This driver supports the original M2Tech hiFace and some other
143 compatible devices. The supported products are:
157 * M2Tech Audio Esclusive
160 * The Chord Company CHORD
161 * AVA Group A/S Vitus
163 To compile this driver as a module, choose M here: the module
164 will be called snd-usb-hiface.
167 tristate "Behringer BCD2000 MIDI driver"
170 Say Y here to include MIDI support for the Behringer BCD2000 DJ
173 Audio support is still work-in-progress at
174 https://github.com/anyc/snd-usb-bcd2000
176 To compile this driver as a module, choose M here: the module
177 will be called snd-bcd2000.
179 source "sound/usb/line6/Kconfig"