Lines Matching defs:snd_soc_dapm_path
501 struct snd_soc_dapm_path { struct
502 const char *name;
505 struct snd_soc_dapm_widget *source;
506 struct snd_soc_dapm_widget *sink;
509 u32 connect:1; /* source and sink widgets are connected */
510 u32 walking:1; /* path is in the process of being walked */
511 u32 weak:1; /* path ignored for power management */
512 u32 is_supply:1; /* At least one of the connected widgets is a supply */
514 int (*connected)(struct snd_soc_dapm_widget *source,
517 struct list_head list_source;
518 struct list_head list_sink;
519 struct list_head list_kcontrol;
520 struct list_head list;