mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 05:35:12 +07:00
![olivier moysan](/assets/img/avatar_default.png)
Add I2S ASoC driver for STM32. This version of the driver supports only exclusive playback and capture interface. 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
|