Searched defs:snd_soc_dapm_widget (Results 1 – 2 of 2) sorted by relevance
547 struct snd_soc_dapm_widget { struct548 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); argument582 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument585 int num_kcontrols;[all …]
1076 int (*fn)(struct snd_soc_dapm_widget *, struct list_head *)) in is_connected_ep()