summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-15 23:11:21 +0200
committerMark Brown <broonie@kernel.org>2016-06-29 22:42:53 +0100
commitfa7c0d13cb26216f6dec5ef19e028e68b300530d (patch)
tree1ea7ba23e8519a97dae2cd15a16ce63842f8d580 /sound/soc/sunxi/Makefile
parent38c81719b1658fdff7d3509b8a0c6294ce29c3d4 (diff)
downloadlinux-fa7c0d13cb26216f6dec5ef19e028e68b300530d.tar.bz2
ASoC: sunxi: Add Allwinner A10 Digital Audio driver
The Allwinner A10 and later come with a hardware block that used for the PCM and I2S interfaces. Add a driver for it in ASoC. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Tested-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sunxi/Makefile')
-rw-r--r--sound/soc/sunxi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/Makefile b/sound/soc/sunxi/Makefile
index 8f5e889667f1..604c7b842837 100644
--- a/sound/soc/sunxi/Makefile
+++ b/sound/soc/sunxi/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o
-
+obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o
obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o