Commit d55f0691 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/fix/pcm1792a' into asoc-linus

parents 3b8c006b c92f66e2
...@@ -188,7 +188,7 @@ MODULE_DEVICE_TABLE(of, pcm1792a_of_match); ...@@ -188,7 +188,7 @@ MODULE_DEVICE_TABLE(of, pcm1792a_of_match);
static const struct regmap_config pcm1792a_regmap = { static const struct regmap_config pcm1792a_regmap = {
.reg_bits = 8, .reg_bits = 8,
.val_bits = 8, .val_bits = 8,
.max_register = 24, .max_register = 23,
.reg_defaults = pcm1792a_reg_defaults, .reg_defaults = pcm1792a_reg_defaults,
.num_reg_defaults = ARRAY_SIZE(pcm1792a_reg_defaults), .num_reg_defaults = ARRAY_SIZE(pcm1792a_reg_defaults),
.writeable_reg = pcm1792a_writeable_reg, .writeable_reg = pcm1792a_writeable_reg,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment