commit | 64256ac6c2b6fb598fbe187a5503fd9dbb810374 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat Oct 12 17:24:25 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Oct 14 15:00:07 2013 +0100 |
tree | 13d0ca61e7bbd381f8ad3598c60c445686d69eb5 | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 [diff] |
ASoC: pcm1681: Fix max_register setting 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>