Lines Matching defs:snd_soc_dapm_widget
547 struct snd_soc_dapm_widget { struct
548 enum snd_soc_dapm_type id;
549 const char *name; /* widget name */
550 const char *sname; /* stream name */
551 struct list_head list;
552 struct snd_soc_dapm_context *dapm;
554 void *priv; /* widget specific data */
578 int (*power_check)(struct snd_soc_dapm_widget *w); argument
582 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument
585 int num_kcontrols;
586 const struct snd_kcontrol_new *kcontrol_news;
610 struct snd_soc_dapm_widget *widget; argument