Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h483 struct snd_soc_tplg_dapm_widget { struct
484 __le32 size; /* in bytes of this structure */
485 __le32 id; /* SND_SOC_DAPM_CTL */
486 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
487 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
489 __le32 reg; /* negative reg = no direct dapm */
490 __le32 shift; /* bits to shift */
491 __le32 mask; /* non-shifted mask */
492 __le32 subseq; /* sort within widget type */
493 __le32 invert; /* invert the power bit */
[all …]