summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-07 18:40:54 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-10 10:35:55 +0100
commit50ae8384cde9a67714ff03010493c5052690624e (patch)
treed2757bae97d2e6b88c85e2ff953e2eac1a580e4d /include/sound
parent29e189c29d33d273424327ca4c1a74d8cdc04f48 (diff)
downloadop-kernel-dev-50ae8384cde9a67714ff03010493c5052690624e.zip
op-kernel-dev-50ae8384cde9a67714ff03010493c5052690624e.tar.gz
ASoC: Remove unused DAPM suspend flag
We now manage suspend within the main power analysis rather than by flipping the state of widgets. Tested-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dapm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index d5d6ba8..55c6d3d 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -427,7 +427,6 @@ struct snd_soc_dapm_widget {
unsigned char connected:1; /* connected codec pin */
unsigned char new:1; /* cnew complete */
unsigned char ext:1; /* has external widgets */
- unsigned char suspend:1; /* was active before suspend */
unsigned char force:1; /* force state */
int (*power_check)(struct snd_soc_dapm_widget *w);
OpenPOWER on IntegriCloud