commit | 39eb5fd13dff8d3d04489fe3f59e0d22bf89041e | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jul 29 17:14:03 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Mon Jul 29 18:41:00 2013 +0100 |
tree | ef11f2aaf8b84fcea1a8564912a71b768f3a1e23 | |
parent | 2553628e1973709bf378320ecffd3e4fb34458db [diff] |
ASoC: dapm: Delay w->power update until the changes are written Wait with updating the widgets power field until the changes are actually written to the hardware in dapm_seq_run_coalesced(). This will allow us to query the current hardware state between calling dapm_power_one_widget() and actually writing the new power state to hardware. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>