Kconfig (82e8d723e9e6698572098bf2976223d5069b34b5) | Kconfig (c6b6fc206586cc07a18595d2a3d815a806a057d0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_MPU401_UART 3 tristate 4 select SND_RAWMIDI 5 6config SND_OPL3_LIB 7 tristate 8 select SND_TIMER --- 78 unchanged lines hidden (view full) --- 87 of programs using the ALSA API. 88 89 To compile this driver as a module, choose M here: the module 90 will be called snd-dummy. 91 92config SND_ALOOP 93 tristate "Generic loopback driver (PCM)" 94 select SND_PCM | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_MPU401_UART 3 tristate 4 select SND_RAWMIDI 5 6config SND_OPL3_LIB 7 tristate 8 select SND_TIMER --- 78 unchanged lines hidden (view full) --- 87 of programs using the ALSA API. 88 89 To compile this driver as a module, choose M here: the module 90 will be called snd-dummy. 91 92config SND_ALOOP 93 tristate "Generic loopback driver (PCM)" 94 select SND_PCM |
95 select SND_TIMER |
|
95 help 96 Say 'Y' or 'M' to include support for the PCM loopback device. 97 This module returns played samples back to the user space using 98 the standard ALSA PCM device. The devices are routed 0->1 and 99 1->0, where first number is the playback PCM device and second 100 number is the capture device. Module creates two PCM devices and 101 configured number of substreams (see the pcm_substreams module 102 parameter). --- 137 unchanged lines hidden --- | 96 help 97 Say 'Y' or 'M' to include support for the PCM loopback device. 98 This module returns played samples back to the user space using 99 the standard ALSA PCM device. The devices are routed 0->1 and 100 1->0, where first number is the playback PCM device and second 101 number is the capture device. Module creates two PCM devices and 102 configured number of substreams (see the pcm_substreams module 103 parameter). --- 137 unchanged lines hidden --- |