commit | 42b197e794dbe961cbcebd9e4963252c96cc77f9 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Oct 26 04:28:42 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Oct 26 17:46:17 2016 +0100 |
tree | 841367e60914a8e21b31833229bc9957cdb40711 | |
parent | bb7927c793e1036bc15f67a8fd10e803f56c6760 [diff] |
ASoC: rsnd: fixup SCU_SYS_STATUSx access SCU_SYS_STATUSx is the register that writing 1 initializes the bit, and writing 0 is ignored. So, it should use rsnd_mod_write() instead of rsnd_mod_bset(), otherwise all bit will be cleared. Thanks Shimoda-san Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>