summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-03-03 20:51:21 -0800
committerMark Brown <broonie@linaro.org>2014-03-05 14:07:53 +0800
commitba9c949f797aa3af56303445812a452144c61c35 (patch)
tree014ec31ed244192b98f1b2b2f18f291d60ddec90 /sound/soc/sh/rcar/Makefile
parent9524be0e761edd9f3c020344677d914ed249d010 (diff)
downloadop-kernel-dev-ba9c949f797aa3af56303445812a452144c61c35.zip
op-kernel-dev-ba9c949f797aa3af56303445812a452144c61c35.tar.gz
ASoC: rsnd: rename scu to src
R-Car sound has SCU unit which has SRC/CTU/MIX/DVC, and current rsnd driver has scu.c and scu module. Current scu.c has SRC support only. My first concept was control these feature on scu.c but, it become difficult and un-understandable now. This patch rename scu to src Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.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 0ff492d..7d0051c 100644
--- a/sound/soc/sh/rcar/Makefile
+++ b/sound/soc/sh/rcar/Makefile
@@ -1,2 +1,2 @@
-snd-soc-rcar-objs := core.o gen.o scu.o adg.o ssi.o
+snd-soc-rcar-objs := core.o gen.o src.o adg.o ssi.o
obj-$(CONFIG_SND_SOC_RCAR) += snd-soc-rcar.o \ No newline at end of file
OpenPOWER on IntegriCloud