summaryrefslogtreecommitdiff
path: root/sound/soc/stm/Makefile
diff options
context:
space:
mode:
authorolivier moysan <olivier.moysan@st.com>2017-05-18 17:19:52 +0200
committerMark Brown <broonie@kernel.org>2017-05-19 18:34:43 +0100
commite4e6ec7b127c97fbfa92161d0fc69f526f603e97 (patch)
tree4080ac818402114aa6abda9ea239cdcac068175b /sound/soc/stm/Makefile
parentda23173d5c6558b7435e71a4ad947390a9012c6c (diff)
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: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm/Makefile')
-rw-r--r--sound/soc/stm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/stm/Makefile b/sound/soc/stm/Makefile
index e466a4759698..82519313c0b4 100644
--- a/sound/soc/stm/Makefile
+++ b/sound/soc/stm/Makefile
@@ -4,3 +4,7 @@ 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