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:
61e6cfa
)
ASoC: pcm1681: Fix max_register setting
author
Axel Lin
<axel.lin@ingics.com>
Sat, 12 Oct 2013 09:24:25 +0000
(17:24 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Oct 2013 14:01:10 +0000
(15:01 +0100)
According to the datasheet, the max_register is 13h.
ARRAY_SIZE(pcm1681_reg_defaults) + 1 is 18 which is wrong.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found