Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/sound/
Dasoc.h414 struct snd_soc_tplg_enum_control { struct
415 struct snd_soc_tplg_ctl_hdr hdr;
416 __le32 size; /* in bytes of this structure */
417 __le32 num_channels;
418 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
419 __le32 items;
420 __le32 mask;
421 __le32 count;
422 char texts[SND_SOC_TPLG_NUM_TEXTS][SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
423 __le32 values[SND_SOC_TPLG_NUM_TEXTS * SNDRV_CTL_ELEM_ID_NAME_MAXLEN / 4];
[all …]