Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64de62b3 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: rsnd: fixup Gen2 module naming



Gen2 has SCU, not SRU

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 106d2eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ static int rsnd_gen2_probe(struct platform_device *pdev,
		return ret;

	dev_dbg(dev, "Gen2 device probed\n");
	dev_dbg(dev, "SRU  : %08x => %p\n", scu_res->start,
	dev_dbg(dev, "SCU  : %08x => %p\n", scu_res->start,
		gen->base[RSND_GEN2_SCU]);
	dev_dbg(dev, "ADG  : %08x => %p\n", adg_res->start,
		gen->base[RSND_GEN2_ADG]);