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

Commit 98efeeae authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()



Based on datasheet naming

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent bf4e8d7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ struct rsnd_src {
 *        |-----------------|
 */

static void rsnd_src_soft_reset(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, 1);
@@ -378,7 +378,7 @@ static int rsnd_src_init(struct rsnd_mod *mod,

	rsnd_mod_power_on(mod);

	rsnd_src_soft_reset(mod);
	rsnd_src_activation(mod);

	rsnd_src_set_convert_rate(io, mod);