summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/Makefile
diff options
context:
space:
mode:
authorMylène Josserand <mylene.josserand@free-electrons.com>2017-02-02 10:24:17 +0100
committerMark Brown <broonie@kernel.org>2017-02-03 13:02:06 +0100
commit36c684936fae7ed97a4816de6006d127d1854a5a (patch)
tree58d4b6208b7be00aee214d2f1e8fce5543ecb31d /sound/soc/sunxi/Makefile
parentbf14da7e55169964a1e6f35dc9d7428dc9e9013c (diff)
downloadlinux-36c684936fae7ed97a4816de6006d127d1854a5a.tar.bz2
ASoC: Add sun8i digital audio codec
Add the sun8i audio codec which handles the digital register of A33 codec. The driver handles only the basic playback from the DAC to headphones. All other features (microphone, capture, etc) will be added later. Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sunxi/Makefile b/sound/soc/sunxi/Makefile
index 241c0df9ca0c..1f1af6271731 100644
--- a/sound/soc/sunxi/Makefile
+++ b/sound/soc/sunxi/Makefile
@@ -2,3 +2,4 @@ obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o
obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o
obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o
obj-$(CONFIG_SND_SUN8I_CODEC_ANALOG) += sun8i-codec-analog.o
+obj-$(CONFIG_SND_SUN8I_CODEC) += sun8i-codec.o