]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: rsnd: remove mismatch explain comment from src.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 15 May 2017 01:57:52 +0000 (01:57 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 17 May 2017 09:26:28 +0000 (10:26 +0100)
Before, src.c cares SRC and SSIU, but now SSIU is cared by ssiu.c by
commit c7f69ab5364d ("ASoC: rsnd: use mod base common method on SSIU").
This patch removes mismatched explanation for SRC/SSIU from src.c

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c

index a8ab26d70a8bbcb1baec166ae5b5859d7bbe3335..e4bde0c8d93a69bdfa794948364644274160028f 100644 (file)
@@ -51,20 +51,6 @@ struct rsnd_src {
  *
  */
 
-/*
- * src.c is caring...
- *
- * Gen1
- *
- * [mem] -> [SRU] -> [SSI]
- *        |--------|
- *
- * Gen2
- *
- * [mem] -> [SRC] -> [SSIU] -> [SSI]
- *        |-----------------|
- */
-
 static void rsnd_src_activation(struct rsnd_mod *mod)
 {
        rsnd_mod_write(mod, SRC_SWRSR, 0);