git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b787f68
)
ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() calls
author
Axel Lin
<axel.lin@ingics.com>
Mon, 27 Apr 2015 06:51:35 +0000
(14:51 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 May 2015 16:36:31 +0000
(17:36 +0100)
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
No differences found