ASoC: pcm: Use the power efficient workqueue for delayed powerdown
authorMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 10:52:17 +0000 (11:52 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 21:32:05 +0000 (21:32 +0000)
commit605791a1741b2a9055e60b9fb59e3d3e679e40d2
tree97bd972b349afb0e316e5340a7a47d9e1d7eb302
parent3e9dc2afddfc1d76719f84ab5ea6b37e0fff5c46
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>
(cherry picked from commit d4e1a73acd4e894f8332f2093bceaef585cfab67)
sound/soc/soc-pcm.c