summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/Makefile
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-11-12 14:46:40 +0800
committerMark Brown <broonie@kernel.org>2016-11-22 17:59:27 +0000
commitba2ff3027b5ab4a96b9d2832822311c3ccbf3011 (patch)
treeb4091f4f68b06a4b69f92a29ca41c7170afefd3d /sound/soc/sunxi/Makefile
parent837e71847aefd82c903ee0bb2ff2589e70b0808f (diff)
ASoC: sunxi: Add support for A23/A33/H3 codec's analog path controls
The internal codec on A23/A33/H3 is split into 2 parts. The analog path controls are routed through an embedded custom register bus accessed through the PRCM block. The SoCs share a common set of inputs, outputs, and audio paths. The following table lists the differences. ---------------------------------------- | Feature \ SoC | A23 | A33 | H3 | ---------------------------------------- | Headphone | v | v | | ---------------------------------------- | Line Out | | | v | ---------------------------------------- | Phone In/Out | v | v | | ---------------------------------------- Add an ASoC component driver for it. This should be tied to the codec audio card as an auxiliary device. This patch adds the commont paths and controls, and variant specific headphone out and line out. Signed-off-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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sunxi/Makefile b/sound/soc/sunxi/Makefile
index 604c7b842837..241c0df9ca0c 100644
--- a/sound/soc/sunxi/Makefile
+++ b/sound/soc/sunxi/Makefile
@@ -1,3 +1,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