Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h301 struct snd_soc_tplg_stream_caps { struct
302 __le32 size; /* in bytes of this structure */
303 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
304 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
305 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */
306 __le32 rate_min; /* min rate */
307 __le32 rate_max; /* max rate */
308 __le32 channels_min; /* min channels */
309 __le32 channels_max; /* max channels */
310 __le32 periods_min; /* min number of periods */
[all …]