commit | 2c5920a787e68e0a61886d24b05cdbde344c4b0c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 22:45:40 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Jul 19 12:24:30 2013 +0100 |
tree | 140da6704f15e5eb5829d7c46e4713b8db3f49d8 | |
parent | 76394509f579cd4292b076f708da49404be6af37 [diff] |
ASoC: wm8350: 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>