Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e82f5cfa authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove unused 'muted' flag from DAPM widgets

parent b4452d1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);