commit | 68defe585f333223f0f3733340136d1b02003062 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 22:47:02 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Jul 19 12:25:28 2013 +0100 |
tree | 6ffa32b361ef52cc7b39edc7fca8cbf3c1c83559 | |
parent | 57e265c8d71fb94c130bfb31f589cc9e97fb3928 [diff] |
ASoC: wm8994: 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>