summaryrefslogtreecommitdiffstats
path: root/sound/soc/uniphier/Makefile
diff options
context:
space:
mode:
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>2018-01-19 18:25:29 +0900
committerMark Brown <broonie@kernel.org>2018-02-12 12:49:51 +0000
commitf37fe2f9987b0460f25a87b1380f8e97a5959121 (patch)
tree6a519d9edcfa199017659feac88c82e85503b9b5 /sound/soc/uniphier/Makefile
parent28fb53de064b24eed55540ddeccab517e4babca3 (diff)
downloadlinux-f37fe2f9987b0460f25a87b1380f8e97a5959121.tar.bz2
ASoC: uniphier: add support for UniPhier AIO common driver
This patch adds common functions for UniPhier AIO audio sound system. This provides commonly used APIs for input/output control registers for UniPhier AIO. This module provides all sound devices for I2S, S/PDIF and so on. Since the AIO has mixed register map for those I/Os, it is hard to split register areas for each sound devices. 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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/uniphier/Makefile b/sound/soc/uniphier/Makefile
index 3be00d72f5e5..f3b36aba4879 100644
--- a/sound/soc/uniphier/Makefile
+++ b/sound/soc/uniphier/Makefile
@@ -1,3 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
+snd-soc-uniphier-aio-cpu-objs := aio-core.o
+
+obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o
+
snd-soc-uniphier-evea-objs := evea.o
obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o