|
@@ -198,7 +198,7 @@ struct snd_soc_tplg_ctl_hdr {
|
|
|
struct snd_soc_tplg_stream_caps {
|
|
|
__le32 size; /* in bytes of this structure */
|
|
|
char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
|
|
|
- __le64 formats[SND_SOC_TPLG_MAX_FORMATS]; /* supported formats SNDRV_PCM_FMTBIT_* */
|
|
|
+ __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
|
|
|
__le32 rates; /* supported rates SNDRV_PCM_RATE_* */
|
|
|
__le32 rate_min; /* min rate */
|
|
|
__le32 rate_max; /* max rate */
|