提交 d0e12f3f 编写于 作者: M Mark Brown

ASoC: wm2000: Correct register size

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册