commit | d4e1a73acd4e894f8332f2093bceaef585cfab67 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 11:52:17 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Thu Jul 18 11:58:28 2013 +0100 |
tree | 8b769a600dfaf348fae6d7ec7827efdb5593eeb5 | |
parent | 64b0c282e87948bc0c5a1b94ca3d4dd9f6415c6f [diff] |
ASoC: pcm: Use the power efficient workqueue for delayed powerdown There is no need to use a normal per-CPU workqueue for delayed power downs as they're not timing or performance critical and waking up a core for them would defeat some of the point. Signed-off-by: Mark Brown <broonie@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>