Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsoc-dapm.h524 struct snd_soc_dapm_widget { struct
525 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); argument
560 int (*event)(struct snd_soc_dapm_widget*, struct snd_kcontrol *, int); argument
[all …]