e4e6ec7b12
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>
11 lines
293 B
Makefile
11 lines
293 B
Makefile
# SAI
|
|
snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
|
|
obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai-sub.o
|
|
|
|
snd-soc-stm32-sai-objs := 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
|