summaryrefslogtreecommitdiffstats
path: root/sound/soc/Makefile
diff options
context:
space:
mode:
authorEmilio López2015-09-12 15:26:24 +0200
committerMark Brown2015-09-16 21:18:45 +0200
commit45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb (patch)
tree29391f7f27898a48b51e98f768d60bd004a4061f /sound/soc/Makefile
parentASoC: sunxi: Add the Allwinner A10 codec bindings (diff)
downloadkernel-qcow2-linux-45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb.tar.gz
kernel-qcow2-linux-45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb.tar.xz
kernel-qcow2-linux-45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb.zip
ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs
The sun4i, sun5i and sun7i SoC families have a built-in codec, capable of both audio capture and playback. While this is called a codec by Allwinner, it really is an in-SoC combination of a codec and a DAI, with its own DAC/ADC and amplifiers in a single memory-mapped controller. The capture part has been left out for now, and will be added eventually. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r--sound/soc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile
index 134aca150a50..af0a5714e107 100644
--- a/sound/soc/Makefile
+++ b/sound/soc/Makefile
@@ -40,6 +40,7 @@ obj-$(CONFIG_SND_SOC) += sh/
obj-$(CONFIG_SND_SOC) += sirf/
obj-$(CONFIG_SND_SOC) += spear/
obj-$(CONFIG_SND_SOC) += sti/
+obj-$(CONFIG_SND_SOC) += sunxi/
obj-$(CONFIG_SND_SOC) += tegra/
obj-$(CONFIG_SND_SOC) += txx9/
obj-$(CONFIG_SND_SOC) += ux500/