OSDN Git Service

ASoC: wm8350: Move delayed work struct from DAPM context to driver state
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 30 Mar 2015 19:04:51 +0000 (21:04 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2015 20:28:10 +0000 (21:28 +0100)
commitcd5d822688f3b32af286a76f7078dfe49c716282
tree592a754811d8133fb283cd5faef6da5c12c94c75
parent37660b6daf6d28bb2206c95ec75c8063f2db1606
ASoC: wm8350: Move delayed work struct from DAPM context to driver state

The wm8350 driver is the last driver that still uses the delayed_work field
from the snd_soc_dapm_context struct. Moving this over to the driver's
private data struct will allow us to remove the field from the DAPM context,
which will drastically reduce its size.

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/wm8350.c