mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus
This commit is contained in:
commit
3b8c006b17
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user