ASoC: wm9081: Don't write WM9081_BIAS_ENA bit to WM9081_VMID_CONTROL register
authorAxel Lin <axel.lin@gmail.com>
Sat, 5 Nov 2011 06:49:21 +0000 (14:49 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 Nov 2011 15:39:36 +0000 (15:39 +0000)
commitadf463626ad8e0a2cdbe17d8bb64c1d9d0ac160d
treea1d0f9943faba0e9e6f967ccec6ff55389837c12
parentf1e10354fc2a12773e5e8efcf841380aa57d4aa5
ASoC: wm9081: Don't write WM9081_BIAS_ENA bit to WM9081_VMID_CONTROL register

WM9081_BIAS_ENA is the bit[1] of WM9081_BIAS_CONTROL_1 register (05h).
Current code incorrectly write it to WM9081_VMID_CONTROL(04h) register.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm9081.c