summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/src.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-11-30 11:50:32 +0300
committerMark Brown <broonie@kernel.org>2015-11-30 21:11:23 +0300
commit98efeeaeeb5f2a66603ba7c9cb9b4f7a02dd3c01 (patch)
tree8a12a83eb554e20122ca3884abb335004ad35482 /sound/soc/sh/rcar/src.c
parentbf4e8d7c371ae0d7acc1872a153c2f980f5523fe (diff)
downloadlinux-98efeeaeeb5f2a66603ba7c9cb9b4f7a02dd3c01.tar.xz
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>
Diffstat (limited to 'sound/soc/sh/rcar/src.c')
-rw-r--r--sound/soc/sh/rcar/src.c4
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 {
* |-----------------|
*/
-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);