1
0
Fork 0

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

Based on datasheet naming

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Kuninori Morimoto 2015-11-30 08:50:32 +00:00 committed by Mark Brown
parent bf4e8d7c37
commit 98efeeaeeb
1 changed files with 2 additions and 2 deletions

View File

@ -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);