commit | 7e1f7c8a6e517900cd84da1b8ae020f08f286c3b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 12 17:29:36 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 12 19:36:52 2012 +0100 |
tree | fa337d2b8cb9fc50ced59af925179959000ad41c | |
parent | 8abe05c6eb358967f16bce8a02c88d57c82cfbd6 [diff] |
ASoC: dapm: Ensure power gets managed for line widgets Line widgets had not been included in either the power up or power down sequences so if a widget had an event associated with it that event would never be run. Fix this minimally by adding them to the sequences, we should probably be doing away with the specific widget types as they all have the same priority anyway. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org