|
@@ -217,6 +217,7 @@ struct snd_soc_tplg_stream_caps {
|
|
*/
|
|
*/
|
|
struct snd_soc_tplg_stream {
|
|
struct snd_soc_tplg_stream {
|
|
__le32 size; /* in bytes of this structure */
|
|
__le32 size; /* in bytes of this structure */
|
|
|
|
+ char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* Name of the stream */
|
|
__le64 format; /* SNDRV_PCM_FMTBIT_* */
|
|
__le64 format; /* SNDRV_PCM_FMTBIT_* */
|
|
__le32 rate; /* SNDRV_PCM_RATE_* */
|
|
__le32 rate; /* SNDRV_PCM_RATE_* */
|
|
__le32 period_bytes; /* size of period in bytes */
|
|
__le32 period_bytes; /* size of period in bytes */
|