Lines Matching defs:snd_soc_tplg_dapm_widget
480 struct snd_soc_tplg_dapm_widget { struct
481 __le32 size; /* in bytes of this structure */
482 __le32 id; /* SND_SOC_DAPM_CTL */
483 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
484 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
486 __le32 reg; /* negative reg = no direct dapm */
487 __le32 shift; /* bits to shift */
488 __le32 mask; /* non-shifted mask */
489 __le32 subseq; /* sort within widget type */
490 __le32 invert; /* invert the power bit */
491 __le32 ignore_suspend; /* kept enabled over suspend */
492 __le16 event_flags;
493 __le16 event_type;
494 __le32 num_kcontrols;
495 struct snd_soc_tplg_private priv;