mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
ASoC: wm2000: Correct register size
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org
This commit is contained in:
parent
5698bd757d
commit
d0e12f3ff3
@ -702,7 +702,7 @@ static bool wm2000_readable_reg(struct device *dev, unsigned int reg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct regmap_config wm2000_regmap = {
|
static const struct regmap_config wm2000_regmap = {
|
||||||
.reg_bits = 8,
|
.reg_bits = 16,
|
||||||
.val_bits = 8,
|
.val_bits = 8,
|
||||||
|
|
||||||
.max_register = WM2000_REG_IF_CTL,
|
.max_register = WM2000_REG_IF_CTL,
|
||||||
|
Loading…
Reference in New Issue
Block a user