summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm2000.c
diff options
context:
space:
mode:
authorMark Brown2012-09-26 12:57:30 +0200
committerMark Brown2012-09-26 13:06:20 +0200
commitd0e12f3ff3472cbd8f52d3c0e6ee07a841787c40 (patch)
treea60df3667caf9816527e27143a7a44b098b7451d /sound/soc/codecs/wm2000.c
parentLinux 3.6-rc6 (diff)
downloadkernel-qcow2-linux-d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40.tar.gz
kernel-qcow2-linux-d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40.tar.xz
kernel-qcow2-linux-d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40.zip
ASoC: wm2000: Correct register size
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc/codecs/wm2000.c')
-rw-r--r--sound/soc/codecs/wm2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index 3fd5b29dc933..a3acb7a85f6a 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,