Searched defs:snd_soc_dapm_path (Results 1 – 1 of 1) sorted by relevance
480 struct snd_soc_dapm_path { struct481 const char *name;482 const char *long_name;485 struct snd_soc_dapm_widget *source;486 struct snd_soc_dapm_widget *sink;487 struct snd_kcontrol *kcontrol;490 u32 connect:1; /* source and sink widgets are connected */491 u32 walked:1; /* path has been walked */492 u32 walking:1; /* path is in the process of being walked */493 u32 weak:1; /* path ignored for power management */[all …]