ASoC: meson: aiu: add i2s and spdif support
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 13 Feb 2020 15:51:54 +0000 (16:51 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 13 Feb 2020 20:57:22 +0000 (20:57 +0000)
commit6ae9ca9ce986bffe71fd0fbf9595de8500891b52
tree89b67fa3c5b548d974489f8ad6da921de6d209da
parent06b72824386795bf6f0a6ac0f0cfef6b7f0165c1
ASoC: meson: aiu: add i2s and spdif support

Add support for the i2s and spdif audio outputs (AIU) found in the
amlogic Gx SoC family

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-5-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/Kconfig
sound/soc/meson/Makefile
sound/soc/meson/aiu-encoder-i2s.c [new file with mode: 0644]
sound/soc/meson/aiu-encoder-spdif.c [new file with mode: 0644]
sound/soc/meson/aiu-fifo-i2s.c [new file with mode: 0644]
sound/soc/meson/aiu-fifo-spdif.c [new file with mode: 0644]
sound/soc/meson/aiu-fifo.c [new file with mode: 0644]
sound/soc/meson/aiu-fifo.h [new file with mode: 0644]
sound/soc/meson/aiu.c [new file with mode: 0644]
sound/soc/meson/aiu.h [new file with mode: 0644]