Directory Files
.. 3
File Size
Kconfig 403 B
Makefile 153 B
bcm2835-ctl.c 6.3 kB
bcm2835-pcm.c 9.9 kB
bcm2835-vchiq.c 9.8 kB
bcm2835.c 7.5 kB
bcm2835.h 3.2 kB
snd-bcm2835.mod.c 0 B
vc_vchi_audioserv_defs.h 2.1 kB

Linux v6.6.1 - bcm2835-audio

# SPDX-License-Identifier: GPL-2.0
config SND_BCM2835
	tristate "BCM2835 Audio"
	depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
	select SND_PCM
	select BCM2835_VCHIQ if HAS_DMA
	help
	  Say Y or M if you want to support BCM2835 built in audio.
	  This driver handles both 3.5mm and HDMI audio, by leveraging
	  the VCHIQ messaging interface between the kernel and the firmware
	  running on VideoCore.