Searched defs:snd_soc_dapm_widget (Results 1 – 1 of 1) sorted by relevance
612 struct snd_soc_dapm_widget { struct613 enum snd_soc_dapm_type id;614 const char *name; /* widget name */615 const char *sname; /* stream name */616 struct list_head list;617 struct snd_soc_dapm_context *dapm;641 int (*power_check)(struct snd_soc_dapm_widget *w); argument645 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument648 int num_kcontrols;649 const struct snd_kcontrol_new *kcontrol_news;[all …]