Directory Files
.. 24
File Size
Kconfig 622 B
Makefile 243 B
axi-i2s.c 7.5 kB
axi-spdif.c 6.4 kB
snd-soc-adi-axi-i2s.mod.c 0 B
snd-soc-adi-axi-spdif.mod.c 0 B

Linux v6.6.1 - adi

# SPDX-License-Identifier: GPL-2.0-only
config SND_SOC_ADI
	tristate "Audio support for Analog Devices reference designs"
	help
	  Audio support for various reference designs by Analog Devices.

config SND_SOC_ADI_AXI_I2S
	tristate "AXI-I2S support"
	depends on SND_SOC_ADI
	select SND_SOC_GENERIC_DMAENGINE_PCM
	select REGMAP_MMIO
	help
	  ASoC driver for the Analog Devices AXI-I2S softcore peripheral.

config SND_SOC_ADI_AXI_SPDIF
	tristate "AXI-SPDIF support"
	depends on SND_SOC_ADI
	select SND_SOC_GENERIC_DMAENGINE_PCM
	select REGMAP_MMIO
	help
	  ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral.