diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-04 11:03:26 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-05 16:42:46 +0000 |
commit | 1d24452b5536bd5c0c7721887a38d736b885014f (patch) | |
tree | 674cab97cd3c9fdf121b6f2c0bdb6cbcdcefada5 | |
parent | bc6552f4717e07e7737b5dc17883c2ff99f2a315 (diff) | |
download | linux-3.10-1d24452b5536bd5c0c7721887a38d736b885014f.tar.gz linux-3.10-1d24452b5536bd5c0c7721887a38d736b885014f.tar.bz2 linux-3.10-1d24452b5536bd5c0c7721887a38d736b885014f.zip |
ASoC: Remove unused pmdown_time flag
The flag is no longer used in the code so it just wastes a bit.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-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 c0922a03422..2c8eb0a331c 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -427,7 +427,6 @@ struct snd_soc_dapm_widget { unsigned char ext:1; /* has external widgets */ unsigned char muted:1; /* muted for pop reduction */ unsigned char suspend:1; /* was active before suspend */ - unsigned char pmdown:1; /* waiting for timeout */ int (*power_check)(struct snd_soc_dapm_widget *w); |