From: Mark Brown Date: Mon, 15 Mar 2010 18:28:45 +0000 (+0000) Subject: ASoC: Remove unused 'muted' flag from DAPM widgets X-Git-Tag: v2.6.35-rc1~478^2^2~110 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=e82f5cfa6389893e3e17f928d4c4f402b10c79eb;p=net-next-2.6.git ASoC: Remove unused 'muted' flag from DAPM widgets Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- 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);