~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/usb/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/usb/Kconfig (Architecture mips) and /sound/usb/Kconfig (Architecture i386)


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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php