Lines Matching defs:snd_soc_dapm_widget
627 struct snd_soc_dapm_widget { struct
628 enum snd_soc_dapm_type id;
629 const char *name; /* widget name */
630 const char *sname; /* stream name */
631 struct list_head list;
632 struct snd_soc_dapm_context *dapm;
657 int (*power_check)(struct snd_soc_dapm_widget *w); argument
661 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument
664 int num_kcontrols;
665 const struct snd_kcontrol_new *kcontrol_news;
666 struct snd_kcontrol **kcontrols;
667 struct snd_soc_dobj dobj;
670 struct list_head edges[2];
673 struct list_head work_list;
674 struct list_head power_list;
675 struct list_head dirty;
676 int endpoints[2];
678 struct clk *clk;
680 int channel;