Lines Matching defs:snd_soc_dapm_path
436 struct snd_soc_dapm_path { struct
437 char *name;
438 char *long_name;
441 struct snd_soc_dapm_widget *source;
442 struct snd_soc_dapm_widget *sink;
443 struct snd_kcontrol *kcontrol;
446 u32 connect:1; /* source and sink widgets are connected */
447 u32 walked:1; /* path has been walked */
448 u32 weak:1; /* path ignored for power management */
450 int (*connected)(struct snd_soc_dapm_widget *source,
453 struct list_head list_source;
454 struct list_head list_sink;
455 struct list_head list;