Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # ALSA USB drivers |
| 3 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | menuconfig 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 | |
| 11 | if SND_USB && USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | config SND_USB_AUDIO |
| 14 | tristate "USB Audio/MIDI driver" |
James Courtier-Dutton | 3714b53 | 2005-05-08 22:22:27 +0200 | [diff] [blame] | 15 | select SND_HWDEP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | select SND_RAWMIDI |
| 17 | select SND_PCM |
Takashi Iwai | 4fa71c1 | 2014-02-03 09:37:59 +0100 | [diff] [blame] | 18 | select BITREVERSE |
Shuah Khan | 66354f1 | 2019-04-01 20:40:22 -0400 | [diff] [blame] | 19 | select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Shuah Khan | 66354f1 | 2019-04-01 20:40:22 -0400 | [diff] [blame] | 27 | config SND_USB_AUDIO_USE_MEDIA_CONTROLLER |
| 28 | bool |
| 29 | |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 30 | config SND_USB_UA101 |
Clemens Ladisch | 306ff3e | 2010-03-22 15:12:07 +0100 | [diff] [blame] | 31 | tristate "Edirol UA-101/UA-1000 driver" |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 32 | select SND_PCM |
| 33 | select SND_RAWMIDI |
| 34 | help |
Clemens Ladisch | e584bc3 | 2010-03-01 16:20:37 +0100 | [diff] [blame] | 35 | Say Y here to include support for the Edirol UA-101 and UA-1000 |
| 36 | audio/MIDI interfaces. |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 37 | |
| 38 | To compile this driver as a module, choose M here: the module |
| 39 | will be called snd-ua101. |
| 40 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | config SND_USB_USX2Y |
| 42 | tristate "Tascam US-122, US-224 and US-428 USB driver" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 43 | depends on X86 || PPC || ALPHA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 54 | config SND_USB_CAIAQ |
| 55 | tristate "Native Instruments USB audio devices" |
Takashi Iwai | ee6df2e | 2007-11-20 18:32:08 +0100 | [diff] [blame] | 56 | select SND_HWDEP |
| 57 | select SND_RAWMIDI |
| 58 | select SND_PCM |
| 59 | help |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 60 | Say Y here to include support for caiaq USB audio interfaces, |
| 61 | namely: |
| 62 | |
| 63 | * Native Instruments RigKontrol2 |
Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 64 | * Native Instruments RigKontrol3 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 65 | * Native Instruments Kore Controller |
Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 66 | * Native Instruments Kore Controller 2 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 67 | * Native Instruments Audio Kontrol 1 |
Daniel Mack | b30c494 | 2009-07-22 14:13:35 +0200 | [diff] [blame] | 68 | * Native Instruments Audio 2 DJ |
Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 69 | * Native Instruments Audio 4 DJ |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 70 | * Native Instruments Audio 8 DJ |
Daniel Mack | df8d81a | 2010-09-01 16:23:46 +0800 | [diff] [blame] | 71 | * Native Instruments Traktor Audio 2 |
Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 72 | * Native Instruments Guitar Rig Session I/O |
| 73 | * Native Instruments Guitar Rig mobile |
Daniel Mack | 6da7a2aa | 2010-03-22 13:13:37 +0100 | [diff] [blame] | 74 | * Native Instruments Traktor Kontrol X1 |
Daniel Mack | 15c5ab6 | 2010-09-10 17:04:57 +0800 | [diff] [blame] | 75 | * Native Instruments Traktor Kontrol S4 |
William Light | e653510 | 2011-10-10 15:54:23 +0000 | [diff] [blame] | 76 | * Native Instruments Maschine Controller |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 77 | |
| 78 | To compile this driver as a module, choose M here: the module |
| 79 | will be called snd-usb-caiaq. |
| 80 | |
| 81 | config SND_USB_CAIAQ_INPUT |
| 82 | bool "enable input device for controllers" |
| 83 | depends on SND_USB_CAIAQ |
Dmitry Torokhov | e5f73e2 | 2007-11-21 16:47:03 +0100 | [diff] [blame] | 84 | depends on INPUT=y || INPUT=SND_USB_CAIAQ |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 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 |
Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 90 | * Native Instruments RigKontrol3 |
Daniel Mack | 8e3cd08 | 2007-11-22 11:40:04 +0100 | [diff] [blame] | 91 | * Native Instruments Kore Controller |
Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 92 | * Native Instruments Kore Controller 2 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 93 | * Native Instruments Audio Kontrol 1 |
Daniel Mack | 15c5ab6 | 2010-09-10 17:04:57 +0800 | [diff] [blame] | 94 | * Native Instruments Traktor Kontrol S4 |
William Light | e653510 | 2011-10-10 15:54:23 +0000 | [diff] [blame] | 95 | * Native Instruments Maschine Controller |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 96 | |
Karsten Wiese | 030a07e4 | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 97 | config SND_USB_US122L |
| 98 | tristate "Tascam US-122L USB driver" |
Johan Hovold | 6c1df23 | 2017-05-12 14:34:39 +0200 | [diff] [blame] | 99 | depends on X86 || COMPILE_TEST |
Randy Dunlap | dc0abf9 | 2008-09-04 20:28:13 -0700 | [diff] [blame] | 100 | select SND_HWDEP |
Karsten Wiese | 030a07e4 | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 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 | |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 109 | config SND_USB_6FIRE |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 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. |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 118 | |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 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 |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 123 | |
Antonio Ospite | a91c3fb | 2013-06-22 00:14:46 +0200 | [diff] [blame] | 124 | config SND_USB_HIFACE |
Krzysztof Kozlowski | 82e8d72 | 2019-10-04 16:49:31 +0200 | [diff] [blame] | 125 | tristate "M2Tech hiFace USB-SPDIF driver" |
| 126 | select SND_PCM |
| 127 | help |
Antonio Ospite | a91c3fb | 2013-06-22 00:14:46 +0200 | [diff] [blame] | 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 | |
Mario Kicherer | b47a222 | 2014-04-04 20:40:50 +0200 | [diff] [blame] | 155 | config 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 | |
Takashi Iwai | 61864d8 | 2015-01-12 22:29:57 +0100 | [diff] [blame] | 168 | source "sound/usb/line6/Kconfig" |
| 169 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 170 | endif # SND_USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | |