Searched defs:snd_soc_tplg_stream_caps (Results 1 – 3 of 3) sorted by relevance
179 struct snd_soc_tplg_stream_caps { struct180 __le32 size;181 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];182 __le64 formats;183 __le32 rates;184 __le32 rate_min;185 __le32 rate_max;186 __le32 channels_min;187 __le32 channels_max;188 __le32 periods_min;[all …]
296 struct snd_soc_tplg_stream_caps { struct297 __le32 size; /* in bytes of this structure */298 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];299 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */300 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */301 __le32 rate_min; /* min rate */302 __le32 rate_max; /* max rate */303 __le32 channels_min; /* min channels */304 __le32 channels_max; /* max channels */305 __le32 periods_min; /* min number of periods */[all …]
192 struct snd_soc_tplg_stream_caps { struct193 __le32 size;194 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];195 __le64 formats;196 __le32 rates;197 __le32 rate_min;198 __le32 rate_max;199 __le32 channels_min;200 __le32 channels_max;201 __le32 periods_min;[all …]