| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config SND_MPU401_UART |
|---|
| 2 | | - tristate |
|---|
| 3 | | - select SND_RAWMIDI |
|---|
| 3 | + tristate |
|---|
| 4 | + select SND_RAWMIDI |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | config SND_OPL3_LIB |
|---|
| 6 | 7 | tristate |
|---|
| .. | .. |
|---|
| 89 | 90 | will be called snd-dummy. |
|---|
| 90 | 91 | |
|---|
| 91 | 92 | 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. |
|---|
| 96 | 98 | This module returns played samples back to the user space using |
|---|
| 97 | 99 | 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 |
|---|
| 99 | 101 | number is the capture device. Module creates two PCM devices and |
|---|
| 100 | 102 | configured number of substreams (see the pcm_substreams module |
|---|
| 101 | | - parameter). |
|---|
| 103 | + parameter). |
|---|
| 102 | 104 | |
|---|
| 103 | 105 | The loopback device allows time sychronization with an external |
|---|
| 104 | 106 | timing source using the time shift universal control (+-20% |
|---|
| .. | .. |
|---|
| 141 | 143 | select SND_RAWMIDI |
|---|
| 142 | 144 | help |
|---|
| 143 | 145 | 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. |
|---|
| 145 | 147 | |
|---|
| 146 | 148 | Say 'Y' to include support for this device. |
|---|
| 147 | 149 | |
|---|
| 148 | 150 | To compile this driver as a module, chose 'M' here: the module |
|---|
| 149 | | - will be called snd-mts64. |
|---|
| 151 | + will be called snd-mts64. |
|---|
| 150 | 152 | |
|---|
| 151 | 153 | config SND_SERIAL_U16550 |
|---|
| 152 | 154 | tristate "UART16550 serial MIDI driver" |
|---|
| .. | .. |
|---|
| 183 | 185 | |
|---|
| 184 | 186 | To compile this driver as a module, choose M here: the module |
|---|
| 185 | 187 | 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. |
|---|
| 198 | 188 | |
|---|
| 199 | 189 | config SND_AC97_POWER_SAVE |
|---|
| 200 | 190 | bool "AC97 Power-Saving Mode" |
|---|