hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/sound/usb/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # ALSA USB drivers
23
34 menuconfig SND_USB
....@@ -15,12 +16,16 @@
1516 select SND_RAWMIDI
1617 select SND_PCM
1718 select BITREVERSE
19
+ select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO)
1820 help
1921 Say Y here to include support for USB audio and USB MIDI
2022 devices.
2123
2224 To compile this driver as a module, choose M here: the module
2325 will be called snd-usb-audio.
26
+
27
+config SND_USB_AUDIO_USE_MEDIA_CONTROLLER
28
+ bool
2429
2530 config SND_USB_UA101
2631 tristate "Edirol UA-101/UA-1000 driver"
....@@ -102,24 +107,24 @@
102107 will be called snd-usb-us122l.
103108
104109 config SND_USB_6FIRE
105
- tristate "TerraTec DMX 6Fire USB"
106
- select FW_LOADER
107
- select BITREVERSE
108
- select SND_RAWMIDI
109
- select SND_PCM
110
- select SND_VMASTER
111
- help
112
- Say Y here to include support for TerraTec 6fire DMX USB interface.
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.
113118
114
- You will need firmware files in order to be able to use the device
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
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
118123
119124 config SND_USB_HIFACE
120
- tristate "M2Tech hiFace USB-SPDIF driver"
121
- select SND_PCM
122
- help
125
+ tristate "M2Tech hiFace USB-SPDIF driver"
126
+ select SND_PCM
127
+ help
123128 Select this option to include support for M2Tech hiFace USB-SPDIF
124129 interface.
125130