Sfoglia il codice sorgente

ASoC: rsnd: remove mismatch explain comment from src.c

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>
Kuninori Morimoto 8 anni fa
parent
commit
607ee05828
1 ha cambiato i file con 0 aggiunte e 14 eliminazioni
  1. 0 14
      sound/soc/sh/rcar/src.c

+ 0 - 14
sound/soc/sh/rcar/src.c

@@ -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)
 static void rsnd_src_activation(struct rsnd_mod *mod)
 {
 {
 	rsnd_mod_write(mod, SRC_SWRSR, 0);
 	rsnd_mod_write(mod, SRC_SWRSR, 0);