summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-07-15 07:17:17 +0000
committerMark Brown <broonie@kernel.org>2015-07-17 19:26:06 +0100
commit9269e3c3cfac277a49b485e27ac6850f9a11a259 (patch)
tree05e6a3dbe0b762f759eb65ec525ee11ebaa63ad0 /sound/soc/sh/rcar/Makefile
parent7dfb49194557ccf27ab99c8c04c021320e7ae458 (diff)
downloadop-kernel-dev-9269e3c3cfac277a49b485e27ac6850f9a11a259.zip
op-kernel-dev-9269e3c3cfac277a49b485e27ac6850f9a11a259.tar.gz
ASoC: rsnd: add CTU (Channel Transfer Unit) prototype support
This patch adds CTU (Channel Transfer Unit) support for rsnd driver. But, it does nothing to data at this point, but is required for MIX support. CTU design is a little different from other IPs (CTU0 is including CTU00 - CTU03, and CTU1 is including CTU10 - CTU13, these have different register mapping) We need to care about it on this driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/Makefile')
-rw-r--r--sound/soc/sh/rcar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/Makefile b/sound/soc/sh/rcar/Makefile
index 3a274fd..7c4730a 100644
--- a/sound/soc/sh/rcar/Makefile
+++ b/sound/soc/sh/rcar/Makefile
@@ -1,4 +1,4 @@
-snd-soc-rcar-objs := core.o gen.o dma.o adg.o ssi.o src.o dvc.o
+snd-soc-rcar-objs := core.o gen.o dma.o adg.o ssi.o src.o ctu.o dvc.o
obj-$(CONFIG_SND_SOC_RCAR) += snd-soc-rcar.o
snd-soc-rsrc-card-objs := rsrc-card.o
OpenPOWER on IntegriCloud