Kconfig (c95baf12f5077419db01313ab61c2aac007d40cd) | Kconfig (ff49d1df79aef7580fe3ac99d17c3f886655d080) |
---|---|
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 | 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 |
|
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 | 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 |
|
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 --- 137 unchanged lines hidden --- | 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 --- 137 unchanged lines hidden --- |