Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0e12f3f authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm2000: Correct register size



Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 5698bd75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,