Lines Matching defs:snd_soc_dapm_path
516 struct snd_soc_dapm_path { struct
517 const char *name;
524 union {
533 u32 connect:1; /* source and sink widgets are connected */
534 u32 walking:1; /* path is in the process of being walked */
535 u32 weak:1; /* path ignored for power management */
536 u32 is_supply:1; /* At least one of the connected widgets is a supply */
538 int (*connected)(struct snd_soc_dapm_widget *source,
541 struct list_head list_node[2];
542 struct list_head list_kcontrol;
543 struct list_head list;