diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-15 18:28:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-16 15:55:48 +0000 |
commit | e82f5cfa6389893e3e17f928d4c4f402b10c79eb (patch) | |
tree | 9f56ce180b1363c71e4f78f432e7fa8153f95329 /include/sound/soc-dapm.h | |
parent | b4452d1fbf3fe30435850d2971d700e0ab3852b6 (diff) | |
download | linux-3.10-e82f5cfa6389893e3e17f928d4c4f402b10c79eb.tar.gz linux-3.10-e82f5cfa6389893e3e17f928d4c4f402b10c79eb.tar.bz2 linux-3.10-e82f5cfa6389893e3e17f928d4c4f402b10c79eb.zip |
ASoC: Remove unused 'muted' flag from DAPM widgets
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound/soc-dapm.h')
-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 2c8eb0a331c..5915fc05984 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -425,7 +425,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 muted:1; /* muted for pop reduction */ unsigned char suspend:1; /* was active before suspend */ int (*power_check)(struct snd_soc_dapm_widget *w); |