Commit d0e12f3f authored by Mark Brown's avatar Mark Brown

ASoC: wm2000: Correct register size

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 5698bd75
......@@ -702,7 +702,7 @@ static bool wm2000_readable_reg(struct device *dev, unsigned int reg)
}
static const struct regmap_config wm2000_regmap = {
.reg_bits = 8,
.reg_bits = 16,
.val_bits = 8,
.max_register = WM2000_REG_IF_CTL,
......
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