Lines Matching defs:snd_soc_tplg_dapm_widget
349 struct snd_soc_tplg_dapm_widget { struct
350 __le32 size; /* in bytes of this structure */
351 __le32 id; /* SND_SOC_DAPM_CTL */
352 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
353 char sname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
355 __le32 reg; /* negative reg = no direct dapm */
356 __le32 shift; /* bits to shift */
357 __le32 mask; /* non-shifted mask */
358 __le32 subseq; /* sort within widget type */
359 __le32 invert; /* invert the power bit */
360 __le32 ignore_suspend; /* kept enabled over suspend */
361 __le16 event_flags;
362 __le16 event_type;
363 __le32 num_kcontrols;
364 struct snd_soc_tplg_private priv;