summaryrefslogtreecommitdiffstats
path: root/sound/soc/uniphier/Makefile
diff options
context:
space:
mode:
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>2018-01-19 18:25:31 +0900
committerMark Brown <broonie@kernel.org>2018-02-12 12:49:52 +0000
commit139a342002330e2e9730a564766ec04bd028d511 (patch)
treee9977bb5c62483f2193a513c197e92407d271686 /sound/soc/uniphier/Makefile
parentcaa3e443aef6308abfe0710e8d8f602a75bed0ed (diff)
ASoC: uniphier: add support for UniPhier AIO CPU DAI driver
This patch adds CPU DAI driver for UniPhier AIO audio sound system. This module provides PCM devices for all input/output port of AIO such as I2S, S/PDIF. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/Makefile b/sound/soc/uniphier/Makefile
index 9efe0feffdc2..3ef2784b2383 100644
--- a/sound/soc/uniphier/Makefile
+++ b/sound/soc/uniphier/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-snd-soc-uniphier-aio-cpu-objs := aio-core.o aio-dma.o
+snd-soc-uniphier-aio-cpu-objs := aio-core.o aio-dma.o aio-cpu.o
obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o