]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ASoC: rsnd: rename scu to src
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Mar 2014 04:51:21 +0000 (20:51 -0800)
committerMark Brown <broonie@linaro.org>
Wed, 5 Mar 2014 06:07:53 +0000 (14:07 +0800)
commitba9c949f797aa3af56303445812a452144c61c35
tree014ec31ed244192b98f1b2b2f18f291d60ddec90
parent9524be0e761edd9f3c020344677d914ed249d010
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>
include/sound/rcar_snd.h
sound/soc/sh/rcar/Makefile
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h
sound/soc/sh/rcar/scu.c [deleted file]
sound/soc/sh/rcar/src.c [new file with mode: 0644]
sound/soc/sh/rcar/ssi.c