Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dasoc.h298 struct snd_soc_tplg_stream_caps { struct
299 __le32 size; /* in bytes of this structure */
300 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
303 __le32 rate_min; /* min rate */
304 __le32 rate_max; /* max rate */
305 __le32 channels_min; /* min channels */
306 __le32 channels_max; /* max channels */
307 __le32 periods_min; /* min number of periods */
308 __le32 periods_max; /* max number of periods */
309 __le32 period_size_min; /* min period size bytes */
[all …]