diff options
author | Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> | 2017-11-22 20:43:17 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-04 18:36:15 +0000 |
commit | 3a47b1dfa2913038623cec3164adfb2448269fa6 (patch) | |
tree | 9b921832d2685098f6a71f55954abfa01c9975fb /sound/soc/Makefile | |
parent | e85c8d3e25c09fd9b21ba74e14078ab4c1d977ef (diff) | |
download | talos-obmc-linux-3a47b1dfa2913038623cec3164adfb2448269fa6.tar.gz talos-obmc-linux-3a47b1dfa2913038623cec3164adfb2448269fa6.zip |
ASoC: uniphier: add support for UniPhier EVEA codec
This patch adds EVEA codec driver. This codec core is in inside of
UniPhier SoC.
Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.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 5327f4d6c668..74cd1858d38b 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -55,6 +55,7 @@ obj-$(CONFIG_SND_SOC) += stm/ obj-$(CONFIG_SND_SOC) += sunxi/ obj-$(CONFIG_SND_SOC) += tegra/ obj-$(CONFIG_SND_SOC) += txx9/ +obj-$(CONFIG_SND_SOC) += uniphier/ obj-$(CONFIG_SND_SOC) += ux500/ obj-$(CONFIG_SND_SOC) += xtensa/ obj-$(CONFIG_SND_SOC) += zte/ |