commit | 545774bd6e1427d98dde77244329d2311c5eca6f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Apr 27 14:51:35 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri May 01 17:36:31 2015 +0100 |
tree | 0e493bf2062d51059831226e364dc590dfc77b9f | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls mc13xxx_reg_rmw() won't change any bit if passing 0 to the mask field. Pass AUDIO_SSI_SEL instead of 0 for the mask field to set AUDIO_SSI_SEL bit. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org