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

authored by

Guennadi Liakhovetski and committed by
Mark Brown
48c03ce7 75b46c13

+1 -1
+1 -1
sound/soc/codecs/wm8974.c
··· 47 }; 48 49 #define WM8974_POWER1_BIASEN 0x08 50 - #define WM8974_POWER1_BUFIOEN 0x10 51 52 struct wm8974_priv { 53 struct snd_soc_codec codec;
··· 47 }; 48 49 #define WM8974_POWER1_BIASEN 0x08 50 + #define WM8974_POWER1_BUFIOEN 0x04 51 52 struct wm8974_priv { 53 struct snd_soc_codec codec;