hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/sound/drivers/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SND_MPU401_UART
2
- tristate
3
- select SND_RAWMIDI
3
+ tristate
4
+ select SND_RAWMIDI
45
56 config SND_OPL3_LIB
67 tristate
....@@ -89,16 +90,17 @@
8990 will be called snd-dummy.
9091
9192 config SND_ALOOP
92
- tristate "Generic loopback driver (PCM)"
93
- select SND_PCM
94
- help
95
- Say 'Y' or 'M' to include support for the PCM loopback device.
93
+ tristate "Generic loopback driver (PCM)"
94
+ select SND_PCM
95
+ select SND_TIMER
96
+ help
97
+ Say 'Y' or 'M' to include support for the PCM loopback device.
9698 This module returns played samples back to the user space using
9799 the standard ALSA PCM device. The devices are routed 0->1 and
98
- 1->0, where first number is the playback PCM device and second
100
+ 1->0, where first number is the playback PCM device and second
99101 number is the capture device. Module creates two PCM devices and
100102 configured number of substreams (see the pcm_substreams module
101
- parameter).
103
+ parameter).
102104
103105 The loopback device allows time sychronization with an external
104106 timing source using the time shift universal control (+-20%
....@@ -141,12 +143,12 @@
141143 select SND_RAWMIDI
142144 help
143145 The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with
144
- additional SMPTE Timecode capabilities for the parallel port.
146
+ additional SMPTE Timecode capabilities for the parallel port.
145147
146148 Say 'Y' to include support for this device.
147149
148150 To compile this driver as a module, chose 'M' here: the module
149
- will be called snd-mts64.
151
+ will be called snd-mts64.
150152
151153 config SND_SERIAL_U16550
152154 tristate "UART16550 serial MIDI driver"
....@@ -183,18 +185,6 @@
183185
184186 To compile this driver as a module, choose M here: the module
185187 will be called snd-portman2x4.
186
-
187
-config SND_ML403_AC97CR
188
- tristate "Xilinx ML403 AC97 Controller Reference"
189
- depends on XILINX_VIRTEX
190
- select SND_AC97_CODEC
191
- help
192
- Say Y here to include support for the
193
- opb_ac97_controller_ref_v1_00_a ip core found in Xilinx's ML403
194
- reference design.
195
-
196
- To compile this driver as a module, choose M here: the module
197
- will be called snd-ml403_ac97cr.
198188
199189 config SND_AC97_POWER_SAVE
200190 bool "AC97 Power-Saving Mode"