Home
last modified time | relevance | path

Searched defs:snd_soc_dapm_widget (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Dsoc-dapm.h547 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;
[all …]
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1076 int (*fn)(struct snd_soc_dapm_widget *, struct list_head *)) in is_connected_ep()