Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v4.6
 
  1# ALSA USB drivers
  2
  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
 11
 12config SND_USB_AUDIO
 13	tristate "USB Audio/MIDI driver"
 14	select SND_HWDEP
 15	select SND_RAWMIDI
 16	select SND_PCM
 
 17	select BITREVERSE
 
 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 25config SND_USB_UA101
 26	tristate "Edirol UA-101/UA-1000 driver"
 27	select SND_PCM
 28	select SND_RAWMIDI
 29	help
 30	  Say Y here to include support for the Edirol UA-101 and UA-1000
 31	  audio/MIDI interfaces.
 32
 33	  To compile this driver as a module, choose M here: the module
 34	  will be called snd-ua101.
 35
 36config SND_USB_USX2Y
 37	tristate "Tascam US-122, US-224 and US-428 USB driver"
 38	depends on X86 || PPC || ALPHA
 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
 49config SND_USB_CAIAQ
 50	tristate "Native Instruments USB audio devices"
 51	select SND_HWDEP
 52	select SND_RAWMIDI
 53	select SND_PCM
 54	help
 55	   Say Y here to include support for caiaq USB audio interfaces,
 56	   namely:
 57
 58	    * Native Instruments RigKontrol2
 59	    * Native Instruments RigKontrol3
 60	    * Native Instruments Kore Controller
 61	    * Native Instruments Kore Controller 2
 62	    * Native Instruments Audio Kontrol 1
 63	    * Native Instruments Audio 2 DJ
 64	    * Native Instruments Audio 4 DJ
 65	    * Native Instruments Audio 8 DJ
 66	    * Native Instruments Traktor Audio 2
 67	    * Native Instruments Guitar Rig Session I/O
 68	    * Native Instruments Guitar Rig mobile
 69	    * Native Instruments Traktor Kontrol X1
 70	    * Native Instruments Traktor Kontrol S4
 71	    * Native Instruments Maschine Controller
 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
 79	depends on INPUT=y || INPUT=SND_USB_CAIAQ
 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
 85	   * Native Instruments RigKontrol3
 86	   * Native Instruments Kore Controller
 87	   * Native Instruments Kore Controller 2
 88	   * Native Instruments Audio Kontrol 1
 89	   * Native Instruments Traktor Kontrol S4
 90	   * Native Instruments Maschine Controller
 91
 92config SND_USB_US122L
 93	tristate "Tascam US-122L USB driver"
 94	depends on X86
 95	select SND_HWDEP
 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
104config SND_USB_6FIRE
105        tristate "TerraTec DMX 6Fire USB"
106        select FW_LOADER
107        select BITREVERSE
108        select SND_RAWMIDI
109        select SND_PCM
110        select SND_VMASTER
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
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
118
119config SND_USB_HIFACE
120        tristate "M2Tech hiFace USB-SPDIF driver"
121        select SND_PCM
122        help
123	  Select this option to include support for M2Tech hiFace USB-SPDIF
124	  interface.
125
126	  This driver supports the original M2Tech hiFace and some other
127	  compatible devices. The supported products are:
128
129	    * M2Tech Young
130	    * M2Tech hiFace
131	    * M2Tech North Star
132	    * M2Tech W4S Young
133	    * M2Tech Corrson
134	    * M2Tech AUDIA
135	    * M2Tech SL Audio
136	    * M2Tech Empirical
137	    * M2Tech Rockna
138	    * M2Tech Pathos
139	    * M2Tech Metronome
140	    * M2Tech CAD
141	    * M2Tech Audio Esclusive
142	    * M2Tech Rotel
143	    * M2Tech Eeaudio
144	    * The Chord Company CHORD
145	    * AVA Group A/S Vitus
146
147	  To compile this driver as a module, choose M here: the module
148	  will be called snd-usb-hiface.
149
150config SND_BCD2000
151	tristate "Behringer BCD2000 MIDI driver"
152	select SND_RAWMIDI
153	help
154	  Say Y here to include MIDI support for the Behringer BCD2000 DJ
155	  controller.
156
157	  Audio support is still work-in-progress at
158	  https://github.com/anyc/snd-usb-bcd2000
159
160	  To compile this driver as a module, choose M here: the module
161	  will be called snd-bcd2000.
162
163source "sound/usb/line6/Kconfig"
164
165endif	# SND_USB
166
v6.8
  1# SPDX-License-Identifier: GPL-2.0-only
  2# ALSA USB drivers
  3
  4menuconfig SND_USB
  5	bool "USB sound devices"
  6	depends on USB
  7	default y
  8	help
  9	  Support for sound devices connected via the USB bus.
 10
 11if SND_USB && USB
 12
 13config SND_USB_AUDIO
 14	tristate "USB Audio/MIDI driver"
 15	select SND_HWDEP
 16	select SND_RAWMIDI
 17	select SND_PCM
 18	select SND_UMP if SND_USB_AUDIO_MIDI_V2
 19	select BITREVERSE
 20	select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO)
 21	help
 22	  Say Y here to include support for USB audio and USB MIDI
 23	  devices.
 24
 25	  To compile this driver as a module, choose M here: the module
 26	  will be called snd-usb-audio.
 27
 28config SND_USB_AUDIO_MIDI_V2
 29	bool "MIDI 2.0 support by USB Audio driver"
 30	depends on SND_USB_AUDIO
 31	help
 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
 36	  module option, too.
 37
 38config SND_USB_AUDIO_USE_MEDIA_CONTROLLER
 39	bool
 40
 41config SND_USB_UA101
 42	tristate "Edirol UA-101/UA-1000 driver"
 43	select SND_PCM
 44	select SND_RAWMIDI
 45	help
 46	  Say Y here to include support for the Edirol UA-101 and UA-1000
 47	  audio/MIDI interfaces.
 48
 49	  To compile this driver as a module, choose M here: the module
 50	  will be called snd-ua101.
 51
 52config SND_USB_USX2Y
 53	tristate "Tascam US-122, US-224 and US-428 USB driver"
 54	depends on X86 || PPC || ALPHA
 55	select SND_HWDEP
 56	select SND_RAWMIDI
 57	select SND_PCM
 58	help
 59	  Say Y here to include support for Tascam USB Audio/MIDI
 60	  interfaces or controllers US-122, US-224 and US-428.
 61
 62	  To compile this driver as a module, choose M here: the module
 63	  will be called snd-usb-usx2y.
 64
 65config SND_USB_CAIAQ
 66	tristate "Native Instruments USB audio devices"
 67	select SND_HWDEP
 68	select SND_RAWMIDI
 69	select SND_PCM
 70	help
 71	   Say Y here to include support for caiaq USB audio interfaces,
 72	   namely:
 73
 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
 88
 89	   To compile this driver as a module, choose M here: the module
 90	   will be called snd-usb-caiaq.
 91
 92config 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
 96	help
 97	  Say Y here to support input controllers like buttons, knobs,
 98	  alpha dials and analog pedals on the following products:
 99
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
107
108config SND_USB_US122L
109	tristate "Tascam US-122L USB driver"
110	depends on X86 || COMPILE_TEST
111	select SND_HWDEP
112	select SND_RAWMIDI
113	help
114	  Say Y here to include support for Tascam US-122L USB Audio/MIDI
115	  interfaces.
116
117	  To compile this driver as a module, choose M here: the module
118	  will be called snd-usb-us122l.
119
120config SND_USB_6FIRE
121	tristate "TerraTec DMX 6Fire USB"
122	select FW_LOADER
123	select BITREVERSE
124	select SND_RAWMIDI
125	select SND_PCM
126	select SND_VMASTER
127	help
128	  Say Y here to include support for TerraTec 6fire DMX USB interface.
129
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
134
135config SND_USB_HIFACE
136	tristate "M2Tech hiFace USB-SPDIF driver"
137	select SND_PCM
138	help
139	  Select this option to include support for M2Tech hiFace USB-SPDIF
140	  interface.
141
142	  This driver supports the original M2Tech hiFace and some other
143	  compatible devices. The supported products are:
144
145	    * M2Tech Young
146	    * M2Tech hiFace
147	    * M2Tech North Star
148	    * M2Tech W4S Young
149	    * M2Tech Corrson
150	    * M2Tech AUDIA
151	    * M2Tech SL Audio
152	    * M2Tech Empirical
153	    * M2Tech Rockna
154	    * M2Tech Pathos
155	    * M2Tech Metronome
156	    * M2Tech CAD
157	    * M2Tech Audio Esclusive
158	    * M2Tech Rotel
159	    * M2Tech Eeaudio
160	    * The Chord Company CHORD
161	    * AVA Group A/S Vitus
162
163	  To compile this driver as a module, choose M here: the module
164	  will be called snd-usb-hiface.
165
166config SND_BCD2000
167	tristate "Behringer BCD2000 MIDI driver"
168	select SND_RAWMIDI
169	help
170	  Say Y here to include MIDI support for the Behringer BCD2000 DJ
171	  controller.
172
173	  Audio support is still work-in-progress at
174	  https://github.com/anyc/snd-usb-bcd2000
175
176	  To compile this driver as a module, choose M here: the module
177	  will be called snd-bcd2000.
178
179source "sound/usb/line6/Kconfig"
180
181endif	# SND_USB
182