Searched defs:snd_soc_tplg_dapm_widget (Results 1 – 1 of 1) sorted by relevance
478 struct snd_soc_tplg_dapm_widget { struct479 __le32 size; /* in bytes of this structure */480 __le32 id; /* SND_SOC_DAPM_CTL */481 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];482 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];484 __le32 reg; /* negative reg = no direct dapm */485 __le32 shift; /* bits to shift */486 __le32 mask; /* non-shifted mask */487 __le32 subseq; /* sort within widget type */488 __le32 invert; /* invert the power bit */[all …]