diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-21 12:05:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-21 12:05:37 +0100 |
commit | 2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00 (patch) | |
tree | 999d184244043ce5072301f16dd85a4f3b25b94a /sound/soc/codecs/wm8974.c | |
parent | a6c56f611ab72a3a44dff3f26ccf7f798f2c4233 (diff) | |
parent | 48c03ce72f2665f79a3fe54fc6d71b8cc3d30803 (diff) | |
download | op-kernel-dev-2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00.zip op-kernel-dev-2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00.tar.gz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/wm8974.c')
-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 81c57b5..a808675 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c @@ -47,7 +47,7 @@ static const u16 wm8974_reg[WM8974_CACHEREGNUM] = { }; #define WM8974_POWER1_BIASEN 0x08 -#define WM8974_POWER1_BUFIOEN 0x10 +#define WM8974_POWER1_BUFIOEN 0x04 struct wm8974_priv { struct snd_soc_codec codec; |