Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dsoc-dapm.h554 struct snd_soc_dapm_path { struct
555 const char *name;
562 union {
571 u32 connect:1; /* source and sink widgets are connected */
572 u32 walking:1; /* path is in the process of being walked */
573 u32 weak:1; /* path ignored for power management */
574 u32 is_supply:1; /* At least one of the connected widgets is a supply */
576 int (*connected)(struct snd_soc_dapm_widget *source,
579 struct list_head list_node[2];
580 struct list_head list_kcontrol;
[all …]