Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dsoc-dapm.h436 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,
[all …]