summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/Makefile
diff options
context:
space:
mode:
authorJerome Brunet2018-08-29 17:00:51 +0200
committerMark Brown2018-08-29 17:04:17 +0200
commit2cfc123eea7477f26f59506fb45f25cb09ee1591 (patch)
tree89128c40dbb6cada448bedb454d514ee8b0bd55b /sound/soc/meson/Makefile
parentASoC: meson: add axg pdm input DT binding documentation (diff)
downloadkernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.tar.gz
kernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.tar.xz
kernel-qcow2-linux-2cfc123eea7477f26f59506fb45f25cb09ee1591.zip
ASoC: meson: add axg pdm input
Add pdm input driver for the device found on the amlogic 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 c5e003b093db..4cd25104029d 100644
--- a/sound/soc/meson/Makefile
+++ b/sound/soc/meson/Makefile
@@ -9,6 +9,7 @@ snd-soc-meson-axg-tdmin-objs := axg-tdmin.o
snd-soc-meson-axg-tdmout-objs := axg-tdmout.o
snd-soc-meson-axg-sound-card-objs := axg-card.o
snd-soc-meson-axg-spdifout-objs := axg-spdifout.o
+snd-soc-meson-axg-pdm-objs := axg-pdm.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
@@ -19,3 +20,4 @@ obj-$(CONFIG_SND_MESON_AXG_TDMIN) += snd-soc-meson-axg-tdmin.o
obj-$(CONFIG_SND_MESON_AXG_TDMOUT) += snd-soc-meson-axg-tdmout.o
obj-$(CONFIG_SND_MESON_AXG_SOUND_CARD) += snd-soc-meson-axg-sound-card.o
obj-$(CONFIG_SND_MESON_AXG_SPDIFOUT) += snd-soc-meson-axg-spdifout.o
+obj-$(CONFIG_SND_MESON_AXG_PDM) += snd-soc-meson-axg-pdm.o