summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/Makefile
diff options
context:
space:
mode:
authorJerome Brunet2018-07-17 17:42:55 +0200
committerMark Brown2018-07-18 14:08:39 +0200
commit53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef (patch)
tree8caa9c74192bda0f720241c2fd6e96d3b957a81a /sound/soc/meson/Makefile
parentASoC: meson: add axg spdif output DT bindings documentation (diff)
downloadkernel-qcow2-linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.tar.gz
kernel-qcow2-linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.tar.xz
kernel-qcow2-linux-53eb4b7aaa045e23b6e8edb0ae0d047a4a3612ef.zip
ASoC: meson: add axg spdif output
Add support for the spdif output serializer of the axg SoC family 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 12edf2db2a24..d51ae045ef08 100644
--- a/sound/soc/meson/Makefile
+++ b/sound/soc/meson/Makefile
@@ -3,7 +3,9 @@
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
+snd-soc-meson-axg-spdifout-objs := axg-spdifout.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
+obj-$(CONFIG_SND_MESON_AXG_SPDIFOUT) += snd-soc-meson-axg-spdifout.o