aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-05-17 04:42:12 -0400
committerMark Brown <broonie@kernel.org>2016-05-27 16:27:45 -0400
commit4f3532506a339d91e593da59eea4e7143e698ca3 (patch)
tree5e420da7366d616e924fd61a19ad935ff03b0a02
parent29cf67b99527296e9c9b9f6995c1d271d21f79c0 (diff)
ASoC: rsnd: open 31bit of SSICKR mask
SSICKR (Gen2) / BRGCKR (Gen3) 31bit mask should be opened, because BRGB (= for 48kHz) might select it. Special thanks Yokoyama-san Reported-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> 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/adg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c
index 606399de684d..0891014c262f 100644
--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -522,7 +522,7 @@ static void rsnd_adg_get_clkout(struct rsnd_priv *priv,
522 } 522 }
523 } 523 }
524 524
525 rsnd_mod_bset(adg_mod, SSICKR, 0x00FF0000, ckr); 525 rsnd_mod_bset(adg_mod, SSICKR, 0x80FF0000, ckr);
526 rsnd_mod_write(adg_mod, BRRA, rbga); 526 rsnd_mod_write(adg_mod, BRRA, rbga);
527 rsnd_mod_write(adg_mod, BRRB, rbgb); 527 rsnd_mod_write(adg_mod, BRRB, rbgb);
528 528