diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-11-30 03:50:32 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-30 13:11:23 -0500 |
commit | 98efeeaeeb5f2a66603ba7c9cb9b4f7a02dd3c01 (patch) | |
tree | 8a12a83eb554e20122ca3884abb335004ad35482 | |
parent | bf4e8d7c371ae0d7acc1872a153c2f980f5523fe (diff) |
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>
-rw-r--r-- | sound/soc/sh/rcar/src.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c index 27b3ffe8c9a0..5239c3d7a3d0 100644 --- a/sound/soc/sh/rcar/src.c +++ b/sound/soc/sh/rcar/src.c | |||
@@ -70,7 +70,7 @@ struct rsnd_src { | |||
70 | * |-----------------| | 70 | * |-----------------| |
71 | */ | 71 | */ |
72 | 72 | ||
73 | static void rsnd_src_soft_reset(struct rsnd_mod *mod) | 73 | static void rsnd_src_activation(struct rsnd_mod *mod) |
74 | { | 74 | { |
75 | rsnd_mod_write(mod, SRC_SWRSR, 0); | 75 | rsnd_mod_write(mod, SRC_SWRSR, 0); |
76 | rsnd_mod_write(mod, SRC_SWRSR, 1); | 76 | rsnd_mod_write(mod, SRC_SWRSR, 1); |
@@ -378,7 +378,7 @@ static int rsnd_src_init(struct rsnd_mod *mod, | |||
378 | 378 | ||
379 | rsnd_mod_power_on(mod); | 379 | rsnd_mod_power_on(mod); |
380 | 380 | ||
381 | rsnd_src_soft_reset(mod); | 381 | rsnd_src_activation(mod); |
382 | 382 | ||
383 | rsnd_src_set_convert_rate(io, mod); | 383 | rsnd_src_set_convert_rate(io, mod); |
384 | 384 | ||