Searched defs:snd_soc_tplg_stream (Results 1 – 1 of 1) sorted by relevance
219 struct snd_soc_tplg_stream { struct220 __le32 size; /* in bytes of this structure */221 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* Name of the stream */222 __le64 format; /* SNDRV_PCM_FMTBIT_* */223 __le32 rate; /* SNDRV_PCM_RATE_* */224 __le32 period_bytes; /* size of period in bytes */225 __le32 buffer_bytes; /* size of buffer in bytes */226 __le32 channels; /* channels */