Home
last modified time | relevance | path

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

/include/sound/
Dsoc-dapm.h480 struct snd_soc_dapm_path { struct
481 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 …]