Lines Matching defs:snd_soc_dapm_widget
616 struct snd_soc_dapm_widget { struct
617 enum snd_soc_dapm_type id;
618 const char *name; /* widget name */
619 const char *sname; /* stream name */
620 struct list_head list;
621 struct snd_soc_dapm_context *dapm;
645 int (*power_check)(struct snd_soc_dapm_widget *w); argument
649 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument
652 int num_kcontrols;
653 const struct snd_kcontrol_new *kcontrol_news;
654 struct snd_kcontrol **kcontrols;
655 struct snd_soc_dobj dobj;
658 struct list_head edges[2];
683 struct snd_soc_dapm_widget *widget; argument