summaryrefslogtreecommitdiff
path: root/sound/soc/stm/Makefile
diff options
context:
space:
mode:
authorArnaud Pouliquen <arnaud.pouliquen@st.com>2018-01-10 11:13:15 +0100
committerMark Brown <broonie@kernel.org>2018-01-10 10:52:05 +0000
commit55da094824c4ef1d50bc591733d79448d00265bb (patch)
tree03200b7774191dff4e8cb9097a47621d5834110a /sound/soc/stm/Makefile
parenta71615792d0b341500a9d1d7b374d19e3d443a12 (diff)
ASoC: stm32: add DFSDM DAI support
Add driver to handle DAI interface for PDM microphones connected to Digital Filter for Sigma Delta Modulators IP. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm/Makefile')
-rw-r--r--sound/soc/stm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/stm/Makefile b/sound/soc/stm/Makefile
index 5b7f0fab0bd6..3143c0b47042 100644
--- a/sound/soc/stm/Makefile
+++ b/sound/soc/stm/Makefile
@@ -13,3 +13,6 @@ obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm32-i2s.o
# SPDIFRX
snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o
obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o
+
+#DFSDM
+obj-$(CONFIG_SND_SOC_STM32_DFSDM) += stm32_adfsdm.o