19 Aug
2011
19 Aug
'11
9:41 a.m.
Support for using custom private data assigned per DAPM widget.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@ti.com --- include/sound/soc-dapm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 602024d..84114e7 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -467,6 +467,7 @@ struct snd_soc_dapm_widget { unsigned char force:1; /* force state */ unsigned char ignore_suspend:1; /* kept enabled over suspend */ int subseq; /* sort within widget type */ + void *private_data;
int (*power_check)(struct snd_soc_dapm_widget *w);
--
1.7.6