[alsa-devel] [PATCH 07/12] ASoC: rcar: rename GEN2_SRU to GEN2_SCU
Gen2 has SCU. SRU is for Gen1
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- include/sound/rcar_snd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h index 12afab1..a818ff7 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h @@ -18,7 +18,7 @@ #define RSND_GEN1_ADG 1 #define RSND_GEN1_SSI 2
-#define RSND_GEN2_SRU 0 +#define RSND_GEN2_SCU 0 #define RSND_GEN2_ADG 1 #define RSND_GEN2_SSIU 2 #define RSND_GEN2_SSI 3
On Tue, Nov 19, 2013 at 01:06:15AM -0800, Kuninori Morimoto wrote:
Gen2 has SCU. SRU is for Gen1
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Acked-by: Mark Brown broonie@linaro.org
assumning this is tied in with other changes in the series, if not I can apply it.
Hi Mark
Gen2 has SCU. SRU is for Gen1
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Acked-by: Mark Brown broonie@linaro.org
assumning this is tied in with other changes in the series, if not I can apply it.
Thank you There is no user for Gen2 at this point. Please apply it in ASoC branch
Best regards --- Kuninori Morimoto
participants (2)
-
Kuninori Morimoto
-
Mark Brown