Skip to content

Commit

Permalink
ASoC: Fix off by one error in WM8994 EQ register bank size
Browse files Browse the repository at this point in the history
Signed-off-by: Uk Kim <w0806.kim@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
  • Loading branch information
Uk Kim authored and Mark Brown committed Dec 6, 2010
1 parent af745bd commit 3fcc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mfd/wm8994/pdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fcc0af

Please sign in to comment.