diff options
author | Marcus Cooper <codekipper@gmail.com> | 2016-02-08 18:09:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-20 01:25:51 +0900 |
commit | f8260afa444b670016f22f2ba1440d9d2e74dcb6 (patch) | |
tree | 47ce83c423ad037fe08d1da08f297dc82d044104 /sound/soc/sunxi/Makefile | |
parent | 8020e1bbaa5e8d8340ab78c71a69ccdd362ab203 (diff) |
ASoC: sunxi: Add support for the SPDIF block
The sun4i, sun5i and sun7i SoC families have an SPDIF
block which is capable of playback and capture.
This patch enables the playback of this block for
the sun4i families.
Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sunxi/Makefile')
-rw-r--r-- | sound/soc/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sunxi/Makefile b/sound/soc/sunxi/Makefile index ea8a08c881d6..8f5e889667f1 100644 --- a/sound/soc/sunxi/Makefile +++ b/sound/soc/sunxi/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o +obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o |