Linux Audio

Check our new training course

Loading...
v5.14.15
  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 BITREVERSE
 19	select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO)
 20	help
 21	  Say Y here to include support for USB audio and USB MIDI
 22	  devices.
 23
 24	  To compile this driver as a module, choose M here: the module
 25	  will be called snd-usb-audio.
 26
 27config SND_USB_AUDIO_USE_MEDIA_CONTROLLER
 28	bool
 29
 30config SND_USB_UA101
 31	tristate "Edirol UA-101/UA-1000 driver"
 32	select SND_PCM
 33	select SND_RAWMIDI
 34	help
 35	  Say Y here to include support for the Edirol UA-101 and UA-1000
 36	  audio/MIDI interfaces.
 37
 38	  To compile this driver as a module, choose M here: the module
 39	  will be called snd-ua101.
 40
 41config SND_USB_USX2Y
 42	tristate "Tascam US-122, US-224 and US-428 USB driver"
 43	depends on X86 || PPC || ALPHA
 44	select SND_HWDEP
 45	select SND_RAWMIDI
 46	select SND_PCM
 47	help
 48	  Say Y here to include support for Tascam USB Audio/MIDI
 49	  interfaces or controllers US-122, US-224 and US-428.
 50
 51	  To compile this driver as a module, choose M here: the module
 52	  will be called snd-usb-usx2y.
 53
 54config SND_USB_CAIAQ
 55	tristate "Native Instruments USB audio devices"
 56	select SND_HWDEP
 57	select SND_RAWMIDI
 58	select SND_PCM
 59	help
 60	   Say Y here to include support for caiaq USB audio interfaces,
 61	   namely:
 62
 63	    * Native Instruments RigKontrol2
 64	    * Native Instruments RigKontrol3
 65	    * Native Instruments Kore Controller
 66	    * Native Instruments Kore Controller 2
 67	    * Native Instruments Audio Kontrol 1
 68	    * Native Instruments Audio 2 DJ
 69	    * Native Instruments Audio 4 DJ
 70	    * Native Instruments Audio 8 DJ
 71	    * Native Instruments Traktor Audio 2
 72	    * Native Instruments Guitar Rig Session I/O
 73	    * Native Instruments Guitar Rig mobile
 74	    * Native Instruments Traktor Kontrol X1
 75	    * Native Instruments Traktor Kontrol S4
 76	    * Native Instruments Maschine Controller
 77
 78	   To compile this driver as a module, choose M here: the module
 79	   will be called snd-usb-caiaq.
 80
 81config SND_USB_CAIAQ_INPUT
 82	bool "enable input device for controllers"
 83	depends on SND_USB_CAIAQ
 84	depends on INPUT=y || INPUT=SND_USB_CAIAQ
 85	help
 86	  Say Y here to support input controllers like buttons, knobs,
 87	  alpha dials and analog pedals on the following products:
 88
 89	   * Native Instruments RigKontrol2
 90	   * Native Instruments RigKontrol3
 91	   * Native Instruments Kore Controller
 92	   * Native Instruments Kore Controller 2
 93	   * Native Instruments Audio Kontrol 1
 94	   * Native Instruments Traktor Kontrol S4
 95	   * Native Instruments Maschine Controller
 96
 97config SND_USB_US122L
 98	tristate "Tascam US-122L USB driver"
 99	depends on X86 || COMPILE_TEST
100	select SND_HWDEP
101	select SND_RAWMIDI
102	help
103	  Say Y here to include support for Tascam US-122L USB Audio/MIDI
104	  interfaces.
105
106	  To compile this driver as a module, choose M here: the module
107	  will be called snd-usb-us122l.
108
109config SND_USB_6FIRE
110	tristate "TerraTec DMX 6Fire USB"
111	select FW_LOADER
112	select BITREVERSE
113	select SND_RAWMIDI
114	select SND_PCM
115	select SND_VMASTER
116	help
117	  Say Y here to include support for TerraTec 6fire DMX USB interface.
118
119	  You will need firmware files in order to be able to use the device
120	  after it has been coldstarted. An install script for the firmware
121	  and further help can be found at
122	  http://sixfireusb.sourceforge.net
123
124config SND_USB_HIFACE
125	tristate "M2Tech hiFace USB-SPDIF driver"
126	select SND_PCM
127	help
128	  Select this option to include support for M2Tech hiFace USB-SPDIF
129	  interface.
130
131	  This driver supports the original M2Tech hiFace and some other
132	  compatible devices. The supported products are:
133
134	    * M2Tech Young
135	    * M2Tech hiFace
136	    * M2Tech North Star
137	    * M2Tech W4S Young
138	    * M2Tech Corrson
139	    * M2Tech AUDIA
140	    * M2Tech SL Audio
141	    * M2Tech Empirical
142	    * M2Tech Rockna
143	    * M2Tech Pathos
144	    * M2Tech Metronome
145	    * M2Tech CAD
146	    * M2Tech Audio Esclusive
147	    * M2Tech Rotel
148	    * M2Tech Eeaudio
149	    * The Chord Company CHORD
150	    * AVA Group A/S Vitus
151
152	  To compile this driver as a module, choose M here: the module
153	  will be called snd-usb-hiface.
154
155config SND_BCD2000
156	tristate "Behringer BCD2000 MIDI driver"
157	select SND_RAWMIDI
158	help
159	  Say Y here to include MIDI support for the Behringer BCD2000 DJ
160	  controller.
161
162	  Audio support is still work-in-progress at
163	  https://github.com/anyc/snd-usb-bcd2000
164
165	  To compile this driver as a module, choose M here: the module
166	  will be called snd-bcd2000.
167
168source "sound/usb/line6/Kconfig"
169
170endif	# SND_USB
171
v3.5.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	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_UA101
 25	tristate "Edirol UA-101/UA-1000 driver"
 26	select SND_PCM
 27	select SND_RAWMIDI
 28	help
 29	  Say Y here to include support for the Edirol UA-101 and UA-1000
 30	  audio/MIDI interfaces.
 31
 32	  To compile this driver as a module, choose M here: the module
 33	  will be called snd-ua101.
 34
 35config SND_USB_USX2Y
 36	tristate "Tascam US-122, US-224 and US-428 USB driver"
 37	depends on X86 || PPC || ALPHA
 38	select SND_HWDEP
 39	select SND_RAWMIDI
 40	select SND_PCM
 41	help
 42	  Say Y here to include support for Tascam USB Audio/MIDI
 43	  interfaces or controllers US-122, US-224 and US-428.
 44
 45	  To compile this driver as a module, choose M here: the module
 46	  will be called snd-usb-usx2y.
 47
 48config SND_USB_CAIAQ
 49	tristate "Native Instruments USB audio devices"
 50	select SND_HWDEP
 51	select SND_RAWMIDI
 52	select SND_PCM
 53	help
 54	   Say Y here to include support for caiaq USB audio interfaces,
 55	   namely:
 56
 57	    * Native Instruments RigKontrol2
 58	    * Native Instruments RigKontrol3
 59	    * Native Instruments Kore Controller
 60	    * Native Instruments Kore Controller 2
 61	    * Native Instruments Audio Kontrol 1
 62	    * Native Instruments Audio 2 DJ
 63	    * Native Instruments Audio 4 DJ
 64	    * Native Instruments Audio 8 DJ
 65	    * Native Instruments Traktor Audio 2
 66	    * Native Instruments Guitar Rig Session I/O
 67	    * Native Instruments Guitar Rig mobile
 68	    * Native Instruments Traktor Kontrol X1
 69	    * Native Instruments Traktor Kontrol S4
 70	    * Native Instruments Maschine Controller
 71
 72	   To compile this driver as a module, choose M here: the module
 73	   will be called snd-usb-caiaq.
 74
 75config SND_USB_CAIAQ_INPUT
 76	bool "enable input device for controllers"
 77	depends on SND_USB_CAIAQ
 78	depends on INPUT=y || INPUT=SND_USB_CAIAQ
 79	help
 80	  Say Y here to support input controllers like buttons, knobs,
 81	  alpha dials and analog pedals on the following products:
 82
 83	   * Native Instruments RigKontrol2
 84	   * Native Instruments RigKontrol3
 85	   * Native Instruments Kore Controller
 86	   * Native Instruments Kore Controller 2
 87	   * Native Instruments Audio Kontrol 1
 88	   * Native Instruments Traktor Kontrol S4
 89	   * Native Instruments Maschine Controller
 90
 91config SND_USB_US122L
 92	tristate "Tascam US-122L USB driver"
 93	depends on X86 && EXPERIMENTAL
 94	select SND_HWDEP
 95	select SND_RAWMIDI
 96	help
 97	  Say Y here to include support for Tascam US-122L USB Audio/MIDI
 98	  interfaces.
 99
100	  To compile this driver as a module, choose M here: the module
101	  will be called snd-usb-us122l.
102
103config SND_USB_6FIRE
104        tristate "TerraTec DMX 6Fire USB"
105        select FW_LOADER
106        select BITREVERSE
107        select SND_RAWMIDI
108        select SND_PCM
109        select SND_VMASTER
110        help
111          Say Y here to include support for TerraTec 6fire DMX USB interface.
112
113          You will need firmware files in order to be able to use the device
114          after it has been coldstarted. An install script for the firmware
115          and further help can be found at
116          http://sixfireusb.sourceforge.net
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
118endif	# SND_USB
119