aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2014-01-23 21:40:41 -0500
committerMark Brown <broonie@linaro.org>2014-02-03 07:41:37 -0500
commitc926b746055adfd915936c67244e635e9c7a3d84 (patch)
treec4d0aa09ef464b7402e97ee24d84d56d5f1a8185
parentbe213ac1af893410eb8256010edf136b4099e827 (diff)
ASoC: rsnd: clarify scu.c area
scu.c cares SRU(Gen1) / SCU(Gen2) / SSIU(Gen2) Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/sh/rcar/scu.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c
index 076aa71bc102..1adc85825f4e 100644
--- a/sound/soc/sh/rcar/scu.c
+++ b/sound/soc/sh/rcar/scu.c
@@ -41,6 +41,20 @@ struct rsnd_scu {
41 */ 41 */
42 42
43/* 43/*
44 * scu.c is caring...
45 *
46 * Gen1
47 *
48 * [mem] -> [SRU] -> [SSI]
49 * |--------|
50 *
51 * Gen2
52 *
53 * [mem] -> [SCU] -> [SSIU] -> [SSI]
54 * |-----------------|
55 */
56
57/*
44 * How to use SRC bypass mode for debugging 58 * How to use SRC bypass mode for debugging
45 * 59 *
46 * SRC has bypass mode, and it is useful for debugging. 60 * SRC has bypass mode, and it is useful for debugging.