diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:42:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-18 13:08:37 +0100 |
commit | 57d552e3ea76003643b2e771042659ce71bac7c2 (patch) | |
tree | 55768192b1303d069d60e9436704fb3bb1849def /sound/soc/meson/Makefile | |
parent | 6dc4fa179fb86d2c986b2bc8a8377fe4d8c0428d (diff) | |
download | lwn-57d552e3ea76003643b2e771042659ce71bac7c2.tar.gz lwn-57d552e3ea76003643b2e771042659ce71bac7c2.zip |
ASoC: meson: add axg frddr driver
Add the playback memory interface of Amlogic's axg SoCs.
This device pulls data from DDR to an internal FIFO.
This FIFO is then used to feed TDM and SPDIF Output devices.
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/meson/Makefile b/sound/soc/meson/Makefile index 75289b6b3ade..9c5d7d4a8e33 100644 --- a/sound/soc/meson/Makefile +++ b/sound/soc/meson/Makefile @@ -1,5 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0 OR MIT) snd-soc-meson-axg-fifo-objs := axg-fifo.o +snd-soc-meson-axg-frddr-objs := axg-frddr.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 |