aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r--include/sound/soc-dapm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index fcc929da0339..839a97b63269 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -367,6 +367,8 @@ struct snd_soc_dapm_widget {
367 unsigned char suspend:1; /* was active before suspend */ 367 unsigned char suspend:1; /* was active before suspend */
368 unsigned char pmdown:1; /* waiting for timeout */ 368 unsigned char pmdown:1; /* waiting for timeout */
369 369
370 int (*power_check)(struct snd_soc_dapm_widget *w);
371
370 /* external events */ 372 /* external events */
371 unsigned short event_flags; /* flags to specify event types */ 373 unsigned short event_flags; /* flags to specify event types */
372 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); 374 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int);