[alsa-devel] [PATCH 1/2] ASoC: Fix off by one error in WM8994 EQ register bank size

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Dec 6 12:12:26 CET 2010


From: Uk Kim <w0806.kim at samsung.com>

Signed-off-by: Uk Kim <w0806.kim at samsung.com>
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 include/linux/mfd/wm8994/pdata.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h
index 5c51f36..add8a1b 100644
--- a/include/linux/mfd/wm8994/pdata.h
+++ b/include/linux/mfd/wm8994/pdata.h
@@ -29,7 +29,7 @@ struct wm8994_ldo_pdata {
 #define WM8994_CONFIGURE_GPIO 0x8000
 
 #define WM8994_DRC_REGS 5
-#define WM8994_EQ_REGS  19
+#define WM8994_EQ_REGS  20
 
 /**
  * DRC configurations are specified with a label and a set of register
-- 
1.7.2.3



More information about the Alsa-devel mailing list