commit: d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40 From: Mark Brown <[email protected]> Date: Wed, 26 Sep 2012 11:57:30 +0100 Subject: ASoC: wm2000: Correct register size
Signed-off-by: Mark Brown <[email protected]> Cc: [email protected] --- sound/soc/codecs/wm2000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index 3fd5b29..a3acb7a 100644 --- a/sound/soc/codecs/wm2000.c +++ b/sound/soc/codecs/wm2000.c @@ -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, -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
