Skip to content

Commit

Permalink
ASoC: Remove unused 'muted' flag from DAPM widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Mar 16, 2010
1 parent b4452d1 commit e82f5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sound/soc-dapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e82f5cf

Please sign in to comment.