Searched defs:snd_soc_dapm_path (Results 1 – 1 of 1) sorted by relevance
419 struct snd_soc_dapm_path { struct420 char *name;421 char *long_name;424 struct snd_soc_dapm_widget *source;425 struct snd_soc_dapm_widget *sink;426 struct snd_kcontrol *kcontrol;429 u32 connect:1; /* source and sink widgets are connected */430 u32 walked:1; /* path has been walked */432 int (*connected)(struct snd_soc_dapm_widget *source,435 struct list_head list_source;[all …]