diff options
| author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2009-12-17 08:51:35 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-18 07:58:53 -0500 |
| commit | 48c03ce72f2665f79a3fe54fc6d71b8cc3d30803 (patch) | |
| tree | 6cb62d6eb32afe9fbd3576028beb70c8bd856fe1 | |
| parent | 75b46c1321785c29cfbc4f839b6dc031428734ad (diff) | |
ASoC: wm8974: fix a wrong bit definition
The wm8974 datasheet defines BUFIOEN as bit 2.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
| -rw-r--r-- | sound/soc/codecs/wm8974.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 81c57b5c591c..a808675388fc 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c | |||
| @@ -47,7 +47,7 @@ static const u16 wm8974_reg[WM8974_CACHEREGNUM] = { | |||
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #define WM8974_POWER1_BIASEN 0x08 | 49 | #define WM8974_POWER1_BIASEN 0x08 |
| 50 | #define WM8974_POWER1_BUFIOEN 0x10 | 50 | #define WM8974_POWER1_BUFIOEN 0x04 |
| 51 | 51 | ||
| 52 | struct wm8974_priv { | 52 | struct wm8974_priv { |
| 53 | struct snd_soc_codec codec; | 53 | struct snd_soc_codec codec; |
