diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-02-13 16:51:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-13 21:57:23 +0100 |
commit | b82b734c0e9a75e1b956214ac523a8eb590f51f3 (patch) | |
tree | 78eb6e14cda1e483df86d917d590bb6fcc6f9145 /sound/soc/meson/Makefile | |
parent | ASoC: meson: aiu: add i2s and spdif support (diff) | |
download | linux-b82b734c0e9a75e1b956214ac523a8eb590f51f3.tar.xz linux-b82b734c0e9a75e1b956214ac523a8eb590f51f3.zip |
ASoC: meson: aiu: add hdmi codec control support
Add the codec to codec component which handles the routing between
the audio producers (PCM and I2S) and the synopsys hdmi controller
on the amlogic GX SoC family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-6-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/meson/Makefile b/sound/soc/meson/Makefile index a7b79d717288..3b21f648e322 100644 --- a/sound/soc/meson/Makefile +++ b/sound/soc/meson/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0 OR MIT) snd-soc-meson-aiu-objs := aiu.o +snd-soc-meson-aiu-objs += aiu-codec-ctrl.o snd-soc-meson-aiu-objs += aiu-encoder-i2s.o snd-soc-meson-aiu-objs += aiu-encoder-spdif.o snd-soc-meson-aiu-objs += aiu-fifo.o |