ASoC: pcm1681: Fix max_register setting
authorAxel Lin <axel.lin@ingics.com>
Sat, 12 Oct 2013 09:24:25 +0000 (17:24 +0800)
committerMark 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