]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/soc/codecs/wm8994.c
ASoC: wm8994: Use power efficient workqueue
authorMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 21:47:02 +0000 (22:47 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 19 Jul 2013 11:25:28 +0000 (12:25 +0100)
commit68defe585f333223f0f3733340136d1b02003062
tree6ffa32b361ef52cc7b39edc7fca8cbf3c1c83559
parent57e265c8d71fb94c130bfb31f589cc9e97fb3928
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>
sound/soc/codecs/wm8994.c