Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9 16 lines 561 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_SPRD 3 tristate "SoC Audio for the Spreadtrum SoC chips" 4 depends on ARCH_SPRD || COMPILE_TEST 5 select SND_SOC_COMPRESS 6 help 7 Say Y or M if you want to add support for codecs attached to 8 the Spreadtrum SoCs' Audio interfaces. 9 10config SND_SOC_SPRD_MCDT 11 tristate "Spreadtrum multi-channel data transfer support" 12 depends on SND_SOC_SPRD 13 help 14 Say y here to enable multi-channel data transfer support. It 15 is used for sound stream transmission between audio subsystem 16 and other AP/CP subsystem.