Lines Matching defs:snd_soc_dapm_widget
585 struct snd_soc_dapm_widget { struct
586 enum snd_soc_dapm_type id;
587 const char *name; /* widget name */
588 const char *sname; /* stream name */
589 struct list_head list;
590 struct snd_soc_dapm_context *dapm;
614 int (*power_check)(struct snd_soc_dapm_widget *w); argument
618 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument
621 int num_kcontrols;
622 const struct snd_kcontrol_new *kcontrol_news;
623 struct snd_kcontrol **kcontrols;
624 struct snd_soc_dobj dobj;
627 struct list_head edges[2];
630 struct list_head work_list;
631 struct list_head power_list;
632 struct list_head dirty;
633 int endpoints[2];
635 struct clk *clk;
637 int channel;