commit | fd88759a42dc10f8230b3933a1ceb40bd88fccea | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Jun 09 11:30:43 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 25 09:53:43 2012 +0100 |
tree | 9c722f91d46315fcfd8bc4f875f99f8768dab450 | |
parent | d1e16c1a61d68692dba346f4a841315343b085f4 [diff] |
ASoC: wm8904: Rely entirely on the core for bias level management Even though the WM8904 is able to use idle_bias_off during both probe and resume we were needlessly leaving the device in standby mode. Instead power the device down as soon as we've confirmed that we can talk to it and don't manage the bias level at all over suspend and resume, the core will take us down to our minimum power level. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>