diff options
author | Emilio López <emilio@elopez.com.ar> | 2015-09-12 15:26:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 20:18:45 +0100 |
commit | 45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb (patch) | |
tree | 29391f7f27898a48b51e98f768d60bd004a4061f /sound/soc/Makefile | |
parent | 4ec73d3c81be5a401546afc6628aaf8add253ff1 (diff) | |
download | linux-stable-45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb.tar.gz linux-stable-45fb6b6f2aa3f6b22b81078db0dba4b26c9d0bdb.tar.bz2 linux-stable-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/Makefile | 1 |
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/ |