diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-11-30 03:51:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-30 13:11:23 -0500 |
commit | 87a6c5a815f5da390ea74187344342df03205358 (patch) | |
tree | 3e461e9e612e5d4df089a648d67077390c461f0f /sound/soc/sh | |
parent | 4fe32521d706e3541095ef173669e46666df2865 (diff) |
ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_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')
-rw-r--r-- | sound/soc/sh/rcar/dvc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/dvc.c b/sound/soc/sh/rcar/dvc.c index c622dec24362..b69a6e5cafef 100644 --- a/sound/soc/sh/rcar/dvc.c +++ b/sound/soc/sh/rcar/dvc.c | |||
@@ -64,7 +64,7 @@ static const char * const dvc_ramp_rate[] = { | |||
64 | "0.125 dB/8192 steps", /* 10111 */ | 64 | "0.125 dB/8192 steps", /* 10111 */ |
65 | }; | 65 | }; |
66 | 66 | ||
67 | static void rsnd_dvc_soft_reset(struct rsnd_mod *mod) | 67 | static void rsnd_dvc_activation(struct rsnd_mod *mod) |
68 | { | 68 | { |
69 | rsnd_mod_write(mod, DVC_SWRSR, 0); | 69 | rsnd_mod_write(mod, DVC_SWRSR, 0); |
70 | rsnd_mod_write(mod, DVC_SWRSR, 1); | 70 | rsnd_mod_write(mod, DVC_SWRSR, 1); |
@@ -206,7 +206,7 @@ static int rsnd_dvc_init(struct rsnd_mod *mod, | |||
206 | { | 206 | { |
207 | rsnd_mod_power_on(mod); | 207 | rsnd_mod_power_on(mod); |
208 | 208 | ||
209 | rsnd_dvc_soft_reset(mod); | 209 | rsnd_dvc_activation(mod); |
210 | 210 | ||
211 | rsnd_dvc_volume_init(io, mod); | 211 | rsnd_dvc_volume_init(io, mod); |
212 | 212 | ||