commit | adf463626ad8e0a2cdbe17d8bb64c1d9d0ac160d | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sat Nov 05 14:49:21 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Nov 08 15:39:36 2011 +0000 |
tree | a1d0f9943faba0e9e6f967ccec6ff55389837c12 | |
parent | f1e10354fc2a12773e5e8efcf841380aa57d4aa5 [diff] |
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>