ASoC: Remove unused 'muted' flag from DAPM widgets
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Mar 2010 18:28:45 +0000 (18:28 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 16 Mar 2010 15:55:48 +0000 (15:55 +0000)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
include/sound/soc-dapm.h

index 2c8eb0a..5915fc0 100644 (file)
@@ -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);