commit | 76394509f579cd4292b076f708da49404be6af37 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 22:44:03 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Jul 19 12:24:17 2013 +0100 |
tree | 831ecd909a3bc1a18df7ed2ca19cacf46a7a43b1 | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 [diff] |
ASoC: twl6040: Use power efficient workqueue The accessory detect debounce work is not performance sensitive so let the scheduler run it wherever is most efficient rather than in a per CPU workqueue by using the system power efficient workqueue. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>