diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-09-27 19:42:35 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-09-27 19:42:35 -0400 |
| commit | 9a7c590930c1d669a032c1b30cc8d95c069dc020 (patch) | |
| tree | 28a8f7ca0a7cdb36b6b5ef99bad4e7dd8253d22f | |
| parent | e556cb3e330d231628ccb5110c49811b618ad5b9 (diff) | |
| parent | d0e12f3ff3472cbd8f52d3c0e6ee07a841787c40 (diff) | |
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound
Pull ASoC update from Mark Brown:
"One small and obvious driver-specific fix.
Takashi is on vacation now so he asked me to send directly, it's a
pretty bad bug with low regression risk."
* tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound:
ASoC: wm2000: Correct register size
| -rw-r--r-- | 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 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) | |||
| 702 | } | 702 | } |
| 703 | 703 | ||
| 704 | static const struct regmap_config wm2000_regmap = { | 704 | static const struct regmap_config wm2000_regmap = { |
| 705 | .reg_bits = 8, | 705 | .reg_bits = 16, |
| 706 | .val_bits = 8, | 706 | .val_bits = 8, |
| 707 | 707 | ||
| 708 | .max_register = WM2000_REG_IF_CTL, | 708 | .max_register = WM2000_REG_IF_CTL, |
