Skip to content

Commit 17e593e

Browse files
mengdonglinbroonie
authored andcommitted
ASoC: topology: ABI - Rename be_dai_elems to dai_elems in manifest
User space uses this field to count physical DAIs, not only BE DAIs since users may not use DPCM. So we rename this field from be_dai_elems to dai_elems. This change is backward compatible, because it does not change the layout of the struct or data type. Signed-off-by: Mengdong Lin <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent dbab1cb commit 17e593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/sound/asoc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ struct snd_soc_tplg_manifest {
348348
__le32 graph_elems; /* number of graph elements */
349349
__le32 pcm_elems; /* number of PCM elements */
350350
__le32 dai_link_elems; /* number of DAI link elements */
351-
__le32 be_dai_elems; /* number of BE DAI elements */
351+
__le32 dai_elems; /* number of physical DAI elements */
352352
__le32 reserved[20]; /* reserved for new ABI element types */
353353
struct snd_soc_tplg_private priv;
354354
} __attribute__((packed));

0 commit comments

Comments
 (0)