Lines Matching defs:snd_soc_tplg_enum_control
283 struct snd_soc_tplg_enum_control { struct
284 struct snd_soc_tplg_ctl_hdr hdr;
285 __le32 size; /* in bytes of this structure */
286 __le32 num_channels;
287 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
288 __le32 items;
289 __le32 mask;
290 __le32 count;
291 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
292 __le32 values[SND_SOC_TPLG_NUM_TEXTS * SNDRV_CTL_ELEM_ID_NAME_MAXLEN / 4];
293 struct snd_soc_tplg_private priv;