Lines Matching defs:snd_soc_tplg_stream_caps
199 struct snd_soc_tplg_stream_caps { struct
200 __le32 size; /* in bytes of this structure */
201 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
202 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
203 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */
204 __le32 rate_min; /* min rate */
205 __le32 rate_max; /* max rate */
206 __le32 channels_min; /* min channels */
207 __le32 channels_max; /* max channels */
208 __le32 periods_min; /* min number of periods */
209 __le32 periods_max; /* max number of periods */
210 __le32 period_size_min; /* min period size bytes */
211 __le32 period_size_max; /* max period size bytes */
212 __le32 buffer_size_min; /* min buffer size bytes */
213 __le32 buffer_size_max; /* max buffer size bytes */