Searched defs:snd_soc_dapm_widget (Results 1 – 1 of 1) sorted by relevance
524 struct snd_soc_dapm_widget { struct525 enum snd_soc_dapm_type id;526 const char *name; /* widget name */527 const char *sname; /* stream name */528 struct list_head list;529 struct snd_soc_dapm_context *dapm;531 void *priv; /* widget specific data */532 struct regulator *regulator; /* attached regulator */556 int (*power_check)(struct snd_soc_dapm_widget *w); argument560 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument[all …]