OSDN Git Service

ASoC: wm8971: Use system_power_efficient_wq instead of custom workqueue
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 30 Mar 2015 19:04:45 +0000 (21:04 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2015 20:27:33 +0000 (21:27 +0100)
commitab87ce1d9bb0501fccfc00d5e5ce7c16cd2bcc3e
treeae434da90612e2bf9beda6b2c6abfc9994a6e9b7
parentc517d838eb7d07bbe9507871fab3931deccff539
ASoC: wm8971: Use system_power_efficient_wq instead of custom workqueue

The delayed work used by the wm8971 driver to manage the caps charging
doesn't have any special requirements that would justify using a custom
workqueue, just use the generic system_power_efficient_wq instead.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8971.c