.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # ALSA USB drivers |
---|
2 | 3 | |
---|
3 | 4 | menuconfig SND_USB |
---|
.. | .. |
---|
15 | 16 | select SND_RAWMIDI |
---|
16 | 17 | select SND_PCM |
---|
17 | 18 | select BITREVERSE |
---|
| 19 | + select SND_USB_AUDIO_USE_MEDIA_CONTROLLER if MEDIA_CONTROLLER && (MEDIA_SUPPORT=y || MEDIA_SUPPORT=SND_USB_AUDIO) |
---|
18 | 20 | help |
---|
19 | 21 | Say Y here to include support for USB audio and USB MIDI |
---|
20 | 22 | devices. |
---|
21 | 23 | |
---|
22 | 24 | To compile this driver as a module, choose M here: the module |
---|
23 | 25 | will be called snd-usb-audio. |
---|
| 26 | + |
---|
| 27 | +config SND_USB_AUDIO_USE_MEDIA_CONTROLLER |
---|
| 28 | + bool |
---|
24 | 29 | |
---|
25 | 30 | config SND_USB_UA101 |
---|
26 | 31 | tristate "Edirol UA-101/UA-1000 driver" |
---|
.. | .. |
---|
102 | 107 | will be called snd-usb-us122l. |
---|
103 | 108 | |
---|
104 | 109 | 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. |
---|
113 | 118 | |
---|
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 |
---|
118 | 123 | |
---|
119 | 124 | 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 |
---|
123 | 128 | Select this option to include support for M2Tech hiFace USB-SPDIF |
---|
124 | 129 | interface. |
---|
125 | 130 | |
---|