Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4e6ec7b authored by olivier moysan's avatar olivier moysan Committed by Mark Brown
Browse files

ASoC: stm32: Add I2S driver



Add I2S ASoC driver for STM32.
This version of the driver supports only
exclusive playback and capture interface.

Signed-off-by: default avatarolivier moysan <olivier.moysan@st.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent da23173d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,4 +5,4 @@ menuconfig SND_SOC_STM32
	select SND_SOC_GENERIC_DMAENGINE_PCM
	select SND_SOC_GENERIC_DMAENGINE_PCM
	select REGMAP_MMIO
	select REGMAP_MMIO
	help
	help
	  Say Y if you want to enable ASoC-support for STM32
	  Say Y if you want to enable ASoC support for STM32
+4 −0
Original line number Original line Diff line number Diff line
@@ -4,3 +4,7 @@ obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai-sub.o


snd-soc-stm32-sai-objs := stm32_sai.o
snd-soc-stm32-sai-objs := stm32_sai.o
obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai.o
obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai.o

# I2S
snd-soc-stm32-i2s-objs := stm32_i2s.o
obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-i2s.o