Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA USB drivers |
| 2 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 3 | menuconfig 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 | |
| 10 | if SND_USB && USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | config SND_USB_AUDIO |
| 13 | tristate "USB Audio/MIDI driver" |
James Courtier-Dutton | 3714b53 | 2005-05-08 22:22:27 +0200 | [diff] [blame] | 14 | select SND_HWDEP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | select SND_RAWMIDI |
| 16 | select SND_PCM |
Takashi Iwai | 4fa71c1 | 2014-02-03 09:37:59 +0100 | [diff] [blame] | 17 | select BITREVERSE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 25 | config SND_USB_UA101 |
Clemens Ladisch | 306ff3e | 2010-03-22 15:12:07 +0100 | [diff] [blame] | 26 | tristate "Edirol UA-101/UA-1000 driver" |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 27 | select SND_PCM |
| 28 | select SND_RAWMIDI |
| 29 | help |
Clemens Ladisch | e584bc3 | 2010-03-01 16:20:37 +0100 | [diff] [blame] | 30 | Say Y here to include support for the Edirol UA-101 and UA-1000 |
| 31 | audio/MIDI interfaces. |
Clemens Ladisch | 63978ab | 2009-12-14 12:48:35 +0100 | [diff] [blame] | 32 | |
| 33 | To compile this driver as a module, choose M here: the module |
| 34 | will be called snd-ua101. |
| 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | config SND_USB_USX2Y |
| 37 | tristate "Tascam US-122, US-224 and US-428 USB driver" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 38 | depends on X86 || PPC || ALPHA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 49 | config SND_USB_CAIAQ |
| 50 | tristate "Native Instruments USB audio devices" |
Takashi Iwai | ee6df2e | 2007-11-20 18:32:08 +0100 | [diff] [blame] | 51 | select SND_HWDEP |
| 52 | select SND_RAWMIDI |
| 53 | select SND_PCM |
| 54 | help |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 55 | Say Y here to include support for caiaq USB audio interfaces, |
| 56 | namely: |
| 57 | |
| 58 | * Native Instruments RigKontrol2 |
Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 59 | * Native Instruments RigKontrol3 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 60 | * Native Instruments Kore Controller |
Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 61 | * Native Instruments Kore Controller 2 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 62 | * Native Instruments Audio Kontrol 1 |
Daniel Mack | b30c494 | 2009-07-22 14:13:35 +0200 | [diff] [blame] | 63 | * Native Instruments Audio 2 DJ |
Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 64 | * Native Instruments Audio 4 DJ |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 65 | * Native Instruments Audio 8 DJ |
Daniel Mack | df8d81a | 2010-09-01 16:23:46 +0800 | [diff] [blame] | 66 | * Native Instruments Traktor Audio 2 |
Daniel Mack | 2165592 | 2009-01-16 11:03:19 +0100 | [diff] [blame] | 67 | * Native Instruments Guitar Rig Session I/O |
| 68 | * Native Instruments Guitar Rig mobile |
Daniel Mack | 6da7a2a | 2010-03-22 13:13:37 +0100 | [diff] [blame] | 69 | * Native Instruments Traktor Kontrol X1 |
Daniel Mack | 15c5ab6 | 2010-09-10 17:04:57 +0800 | [diff] [blame] | 70 | * Native Instruments Traktor Kontrol S4 |
William Light | e653510 | 2011-10-10 15:54:23 +0000 | [diff] [blame] | 71 | * Native Instruments Maschine Controller |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 72 | |
| 73 | To compile this driver as a module, choose M here: the module |
| 74 | will be called snd-usb-caiaq. |
| 75 | |
| 76 | config SND_USB_CAIAQ_INPUT |
| 77 | bool "enable input device for controllers" |
| 78 | depends on SND_USB_CAIAQ |
Dmitry Torokhov | e5f73e2 | 2007-11-21 16:47:03 +0100 | [diff] [blame] | 79 | depends on INPUT=y || INPUT=SND_USB_CAIAQ |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 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 |
Daniel Mack | ad1e34b | 2007-09-17 14:45:14 +0200 | [diff] [blame] | 85 | * Native Instruments RigKontrol3 |
Daniel Mack | 8e3cd08 | 2007-11-22 11:40:04 +0100 | [diff] [blame] | 86 | * Native Instruments Kore Controller |
Daniel Mack | 7829d0e | 2007-11-26 09:00:56 +0100 | [diff] [blame] | 87 | * Native Instruments Kore Controller 2 |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 88 | * Native Instruments Audio Kontrol 1 |
Daniel Mack | 15c5ab6 | 2010-09-10 17:04:57 +0800 | [diff] [blame] | 89 | * Native Instruments Traktor Kontrol S4 |
William Light | e653510 | 2011-10-10 15:54:23 +0000 | [diff] [blame] | 90 | * Native Instruments Maschine Controller |
Daniel Mack | 523f1dc | 2007-03-26 19:11:24 +0200 | [diff] [blame] | 91 | |
Karsten Wiese | 030a07e | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 92 | config SND_USB_US122L |
| 93 | tristate "Tascam US-122L USB driver" |
Kees Cook | f598158 | 2012-10-23 13:04:24 -0700 | [diff] [blame] | 94 | depends on X86 |
Randy Dunlap | dc0abf9 | 2008-09-04 20:28:13 -0700 | [diff] [blame] | 95 | select SND_HWDEP |
Karsten Wiese | 030a07e | 2008-07-30 15:13:29 +0200 | [diff] [blame] | 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 | |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 104 | config SND_USB_6FIRE |
| 105 | tristate "TerraTec DMX 6Fire USB" |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 106 | select FW_LOADER |
Daniel Mack | 8ae9572 | 2011-04-23 20:56:43 +0200 | [diff] [blame] | 107 | select BITREVERSE |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 108 | select SND_RAWMIDI |
| 109 | select SND_PCM |
Torsten Schenk | adef39c | 2012-02-24 21:34:22 +0100 | [diff] [blame] | 110 | select SND_VMASTER |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 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 |
Torsten Schenk | 78caf66 | 2011-04-04 11:45:28 +0200 | [diff] [blame] | 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 |
Torsten Schenk | c6d43ba | 2011-01-24 18:45:30 +0100 | [diff] [blame] | 118 | |
Antonio Ospite | a91c3fb | 2013-06-22 00:14:46 +0200 | [diff] [blame] | 119 | config 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 | |
Mario Kicherer | b47a222 | 2014-04-04 20:40:50 +0200 | [diff] [blame] | 150 | config 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 | |
Takashi Iwai | 61864d8 | 2015-01-12 22:29:57 +0100 | [diff] [blame] | 163 | source "sound/usb/line6/Kconfig" |
| 164 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 165 | endif # SND_USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | |