Searched defs:snd_soc_dapm_path (Results 1 – 1 of 1) sorted by relevance
585 struct snd_soc_dapm_path { struct586 const char *name;593 union {602 u32 connect:1; /* source and sink widgets are connected */603 u32 walking:1; /* path is in the process of being walked */604 u32 weak:1; /* path ignored for power management */605 u32 is_supply:1; /* At least one of the connected widgets is a supply */607 int (*connected)(struct snd_soc_dapm_widget *source,610 struct list_head list_node[2];611 struct list_head list_kcontrol;[all …]
Completed in 7 milliseconds