Lines Matching defs:snd_soc_dapm_path
552 struct snd_soc_dapm_path { struct
553 const char *name;
560 union {
569 u32 connect:1; /* source and sink widgets are connected */
570 u32 walking:1; /* path is in the process of being walked */
571 u32 weak:1; /* path ignored for power management */
572 u32 is_supply:1; /* At least one of the connected widgets is a supply */
574 int (*connected)(struct snd_soc_dapm_widget *source,
577 struct list_head list_node[2];
578 struct list_head list_kcontrol;
579 struct list_head list;