diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-30 15:04:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-01 16:28:15 -0400 |
commit | 7c0e3facf39a68f30c2eae69e969918eca1ff9d6 (patch) | |
tree | 8a9f0b6fb04f87e95a743b5751d6fd85974bc04b | |
parent | cd5d822688f3b32af286a76f7078dfe49c716282 (diff) |
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>
-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 9e35203653ff..485fc9d1a7bc 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -586,7 +586,6 @@ struct snd_soc_dapm_update { | |||
586 | /* DAPM context */ | 586 | /* DAPM context */ |
587 | struct snd_soc_dapm_context { | 587 | struct snd_soc_dapm_context { |
588 | enum snd_soc_bias_level bias_level; | 588 | enum snd_soc_bias_level bias_level; |
589 | struct delayed_work delayed_work; | ||
590 | unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ | 589 | unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ |
591 | /* Go to BIAS_OFF in suspend if the DAPM context is idle */ | 590 | /* Go to BIAS_OFF in suspend if the DAPM context is idle */ |
592 | unsigned int suspend_bias_off:1; | 591 | unsigned int suspend_bias_off:1; |