Revision cbd6ac3837cdc62f3078b53b92ad6ee59329e4dd authored by Linus Torvalds on 19 May 2023, 18:25:17 UTC, committed by Linus Torvalds on 19 May 2023, 18:25:17 UTC
Pull documentation fixes from Jonathan Corbet:
 "Four straightforward documentation fixes"

* tag 'docs-6.4-fixes' of git://git.lwn.net/linux:
  Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
  Documentation/filesystems: sharedsubtree: add section headings
  docs: quickly-build-trimmed-linux: various small fixes and improvements
  Documentation: use capitalization for chapters and acronyms
2 parent s ac92c27 + bd415b5
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config SND_SOC_SPRD
	tristate "SoC Audio for the Spreadtrum SoC chips"
	depends on ARCH_SPRD || COMPILE_TEST
	select SND_SOC_COMPRESS
	help
	  Say Y or M if you want to add support for codecs attached to
	  the Spreadtrum SoCs' Audio interfaces.

config SND_SOC_SPRD_MCDT
	tristate "Spreadtrum multi-channel data transfer support"
	depends on SND_SOC_SPRD
	help
	  Say y here to enable multi-channel data transfer support. It
	  is used for sound stream transmission between audio subsystem
	  and other AP/CP subsystem.
back to top