ASoC: jack: Use power efficient workqueue
authorMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 21:47:10 +0000 (22:47 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 21:32:30 +0000 (21:32 +0000)
commit98fe237d868087d7108fde3da27fcbb531d25ca9
treeac680d059505c5a76e2d20ec89cef31fdc90a2f0
parentfbcfea7d98897a48ac8cc6b6cf7eb597a6946669
ASoC: jack: 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>
(cherry picked from commit e6058aaadcd473e5827720dc143af56aabbeecc7)
sound/soc/soc-jack.c