Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Oct 18, 2013
2 parents d6ed315 + 64256ac commit 3b8c006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/pcm1681.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ MODULE_DEVICE_TABLE(of, pcm1681_dt_ids);
static const struct regmap_config pcm1681_regmap = {
.reg_bits = 8,
.val_bits = 8,
.max_register = ARRAY_SIZE(pcm1681_reg_defaults) + 1,
.max_register = 0x13,
.reg_defaults = pcm1681_reg_defaults,
.num_reg_defaults = ARRAY_SIZE(pcm1681_reg_defaults),
.writeable_reg = pcm1681_writeable_reg,
Expand Down

0 comments on commit 3b8c006

Please sign in to comment.