summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/Makefile
diff options
context:
space:
mode:
authorJerome Brunet2018-07-17 17:42:53 +0200
committerMark Brown2018-07-18 14:08:37 +0200
commit7ed4877b403c9343a8e2c7581d9bcfceef0f40cf (patch)
treeb77b7d53c94299ad6383be3bfcbebd4ba9e7439e /sound/soc/meson/Makefile
parentASoC: meson: add axg frddr driver (diff)
downloadkernel-qcow2-linux-7ed4877b403c9343a8e2c7581d9bcfceef0f40cf.tar.gz
kernel-qcow2-linux-7ed4877b403c9343a8e2c7581d9bcfceef0f40cf.tar.xz
kernel-qcow2-linux-7ed4877b403c9343a8e2c7581d9bcfceef0f40cf.zip
ASoC: meson: add axg toddr driver
Add the capture memory interface of Amlogic's axg SoCs. TDM, SPDIF or PDM input devices place audio samples inside this FIFO. The FIFO content is then pushed to DDR Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/meson/Makefile')
-rw-r--r--sound/soc/meson/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/meson/Makefile b/sound/soc/meson/Makefile
index 9c5d7d4a8e33..12edf2db2a24 100644
--- a/sound/soc/meson/Makefile
+++ b/sound/soc/meson/Makefile
@@ -2,6 +2,8 @@
snd-soc-meson-axg-fifo-objs := axg-fifo.o
snd-soc-meson-axg-frddr-objs := axg-frddr.o
+snd-soc-meson-axg-toddr-objs := axg-toddr.o
obj-$(CONFIG_SND_MESON_AXG_FIFO) += snd-soc-meson-axg-fifo.o
obj-$(CONFIG_SND_MESON_AXG_FRDDR) += snd-soc-meson-axg-frddr.o
+obj-$(CONFIG_SND_MESON_AXG_TODDR) += snd-soc-meson-axg-toddr.o