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/uniphier/Makefile | |
parent | e85c8d3e25c09fd9b21ba74e14078ab4c1d977ef (diff) | |
download | lwn-3a47b1dfa2913038623cec3164adfb2448269fa6.tar.gz lwn-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/uniphier/Makefile')
-rw-r--r-- | sound/soc/uniphier/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/uniphier/Makefile b/sound/soc/uniphier/Makefile new file mode 100644 index 000000000000..3be00d72f5e5 --- /dev/null +++ b/sound/soc/uniphier/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 +snd-soc-uniphier-evea-objs := evea.o +obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o |