mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 03:47:11 +00:00
ASoC: Remove unused pmdown_time flag
The flag is no longer used in the code so it just wastes a bit. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
bc6552f471
commit
1d24452b55
@ -427,7 +427,6 @@ struct snd_soc_dapm_widget {
|
|||||||
unsigned char ext:1; /* has external widgets */
|
unsigned char ext:1; /* has external widgets */
|
||||||
unsigned char muted:1; /* muted for pop reduction */
|
unsigned char muted:1; /* muted for pop reduction */
|
||||||
unsigned char suspend:1; /* was active before suspend */
|
unsigned char suspend:1; /* was active before suspend */
|
||||||
unsigned char pmdown:1; /* waiting for timeout */
|
|
||||||
|
|
||||||
int (*power_check)(struct snd_soc_dapm_widget *w);
|
int (*power_check)(struct snd_soc_dapm_widget *w);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user