diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-12-19 22:27:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-31 08:35:30 -0500 |
commit | 690ef81ebe02a43991b0fcb418d77b8420346cfd (patch) | |
tree | 51392d341e80aa6cfb711ae4a9542acf4e20b6d2 /sound/soc/sh/rcar/scu.c | |
parent | 729aca51a19f2e2b3404c29b82df61d714150a49 (diff) |
ASoC: rsnd: tidyup register naming
Use correct register name which appears in the datasheet
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/sh/rcar/scu.c')
-rw-r--r-- | sound/soc/sh/rcar/scu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c index 1ab1bce6be7f..187f7dc30369 100644 --- a/sound/soc/sh/rcar/scu.c +++ b/sound/soc/sh/rcar/scu.c | |||
@@ -115,7 +115,7 @@ static int rsnd_scu_set_mode(struct rsnd_priv *priv, | |||
115 | 115 | ||
116 | if (rsnd_is_gen1(priv)) { | 116 | if (rsnd_is_gen1(priv)) { |
117 | val = (1 << id); | 117 | val = (1 << id); |
118 | rsnd_mod_bset(mod, SRC_CTRL, val, val); | 118 | rsnd_mod_bset(mod, SRC_ROUTE_CTRL, val, val); |
119 | } | 119 | } |
120 | 120 | ||
121 | return 0; | 121 | return 0; |
@@ -141,7 +141,7 @@ static int rsnd_scu_set_hpbif(struct rsnd_priv *priv, | |||
141 | } | 141 | } |
142 | 142 | ||
143 | rsnd_mod_write(mod, BUSIF_MODE, 1); | 143 | rsnd_mod_write(mod, BUSIF_MODE, 1); |
144 | rsnd_mod_write(mod, BUSIF_ADINR, adinr); | 144 | rsnd_mod_write(mod, SRC_ADINR, adinr); |
145 | 145 | ||
146 | return 0; | 146 | return 0; |
147 | } | 147 | } |