]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit90f22702393f56e83938bf814bc1ce3ff1a33f48
tree592a754811d8133fb283cd5faef6da5c12c94c75
parent658fa730a0b19af6d57ffe2b4beca96cf551af7f
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