commit | e2d32ff6ce4ee9958f3973a086f3fa5d009e6306 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Aug 31 17:38:32 2012 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Sep 06 08:22:19 2012 +0800 |
tree | bff37a778887f74c180649f9b86466314306dbf7 | |
parent | e5ec69da24803c68f5c035662a68d367359a4132 [diff] |
ASoC: dapm: Ensure bypass paths are suspended and resumed Since bypass paths aren't part of DAPM streams and we may not have any DAPM streams there may not be anything that triggers a DAPM sync for them. Mark all input and output widgets as dirty and then sync to do so at the end of suspend and resume. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>