From: Kuninori Morimoto Date: Fri, 24 Jan 2014 02:40:41 +0000 (-0800) Subject: ASoC: rsnd: clarify scu.c area X-Git-Tag: next-20140306~53^2~4^6~36 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c926b746055adfd915936c67244e635e9c7a3d84;p=karo-tx-linux.git ASoC: rsnd: clarify scu.c area scu.c cares SRU(Gen1) / SCU(Gen2) / SSIU(Gen2) Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- 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 @@ -40,6 +40,20 @@ struct rsnd_scu { * */ +/* + * scu.c is caring... + * + * Gen1 + * + * [mem] -> [SRU] -> [SSI] + * |--------| + * + * Gen2 + * + * [mem] -> [SCU] -> [SSIU] -> [SSI] + * |-----------------| + */ + /* * How to use SRC bypass mode for debugging *