diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-30 19:04:52 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-01 20:28:15 (GMT) |
commit | 7c0e3facf39a68f30c2eae69e969918eca1ff9d6 (patch) | |
tree | 8a9f0b6fb04f87e95a743b5751d6fd85974bc04b /include/sound | |
parent | cd5d822688f3b32af286a76f7078dfe49c716282 (diff) | |
download | linux-7c0e3facf39a68f30c2eae69e969918eca1ff9d6.tar.xz |
ASoC: dapm: Remove delayed_work from dapm context struct
The delayed_work field in the snd_soc_dapm_context struct is now unused and
can be removed. Removing it reduces the size of the snd_soc_dapm_context
struct by ~50% from 100 bytes to 48 bytes.
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>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 9e35203..485fc9d 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -586,7 +586,6 @@ struct snd_soc_dapm_update { /* DAPM context */ struct snd_soc_dapm_context { enum snd_soc_bias_level bias_level; - struct delayed_work delayed_work; unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ /* Go to BIAS_OFF in suspend if the DAPM context is idle */ unsigned int suspend_bias_off:1; |