diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-28 21:42:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-29 07:09:54 -0500 |
commit | 17b9a2b78586c42916a2bfc55ea6c0ef962b2c1e (patch) | |
tree | 1901dbe995dc27cd1989ce0e0c77e717c5896e2f | |
parent | a37377314ff068c83f425979142263a17a6f18af (diff) |
ASoC: rcar: remove unused register settings
AUDIO_CLK_SEL4/5 are not used
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/sh/rcar/gen.c | 3 | ||||
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/sh/rcar/gen.c b/sound/soc/sh/rcar/gen.c index 61212ee97c28..b94d4cefa8b8 100644 --- a/sound/soc/sh/rcar/gen.c +++ b/sound/soc/sh/rcar/gen.c | |||
@@ -208,9 +208,6 @@ static int rsnd_gen1_regmap_init(struct rsnd_priv *priv, struct rsnd_gen *gen) | |||
208 | RSND_GEN1_S_REG(gen, ADG, SSICKR, 0x08), | 208 | RSND_GEN1_S_REG(gen, ADG, SSICKR, 0x08), |
209 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL0, 0x0c), | 209 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL0, 0x0c), |
210 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL1, 0x10), | 210 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL1, 0x10), |
211 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL3, 0x18), | ||
212 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL4, 0x1c), | ||
213 | RSND_GEN1_S_REG(gen, ADG, AUDIO_CLK_SEL5, 0x20), | ||
214 | 211 | ||
215 | RSND_GEN1_M_REG(gen, SSI, SSICR, 0x00, 0x40), | 212 | RSND_GEN1_M_REG(gen, SSI, SSICR, 0x00, 0x40), |
216 | RSND_GEN1_M_REG(gen, SSI, SSISR, 0x04, 0x40), | 213 | RSND_GEN1_M_REG(gen, SSI, SSISR, 0x04, 0x40), |
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index b5ac3a2afc58..63a9d7081c60 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h | |||
@@ -49,9 +49,6 @@ enum rsnd_reg { | |||
49 | RSND_REG_AUDIO_CLK_SEL0, | 49 | RSND_REG_AUDIO_CLK_SEL0, |
50 | RSND_REG_AUDIO_CLK_SEL1, | 50 | RSND_REG_AUDIO_CLK_SEL1, |
51 | RSND_REG_AUDIO_CLK_SEL2, | 51 | RSND_REG_AUDIO_CLK_SEL2, |
52 | RSND_REG_AUDIO_CLK_SEL3, | ||
53 | RSND_REG_AUDIO_CLK_SEL4, | ||
54 | RSND_REG_AUDIO_CLK_SEL5, | ||
55 | 52 | ||
56 | /* SSI */ | 53 | /* SSI */ |
57 | RSND_REG_SSICR, | 54 | RSND_REG_SSICR, |