diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-30 15:04:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-01 16:28:04 -0400 |
commit | 37660b6daf6d28bb2206c95ec75c8063f2db1606 (patch) | |
tree | 992635c025c2be8b7f120b3a441d071fd738eb8d /include/sound | |
parent | a1f0b9674936bf55d5d49813de01547de2667690 (diff) |
ASoC: Remove suspend_bias_level from DAPM context struct
The only two users of the suspend_bias_level field were two rather old
drivers which weren't exactly doing things by the book. Those drivers have
been updated and field is now unused and can be removed.
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 8d7416e46861..9e35203653ff 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 | enum snd_soc_bias_level suspend_bias_level; | ||
590 | struct delayed_work delayed_work; | 589 | struct delayed_work delayed_work; |
591 | unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ | 590 | unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */ |
592 | /* Go to BIAS_OFF in suspend if the DAPM context is idle */ | 591 | /* Go to BIAS_OFF in suspend if the DAPM context is idle */ |