mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:20:50 +07:00
3e086edfe0
This patch implements SAI ASoC driver for STM32. Signed-off-by: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
menuconfig SND_SOC_STM32
|
|
tristate "STMicroelectronics STM32 SOC audio support"
|
|
depends on ARCH_STM32 || COMPILE_TEST
|
|
depends on SND_SOC
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select REGMAP_MMIO
|
|
help
|
|
Say Y if you want to enable ASoC-support for STM32
|