]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: ABI - Rename dai_elems to pcm_elems in manifest
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 5 Nov 2015 12:49:10 +0000 (20:49 +0800)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Nov 2015 13:53:24 +0000 (14:53 +0100)
This field is the number of PCM objects (a pair of FE DAI and DAI link).

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/sound/asoc.h

index 5f857cf6f648043999037dfb6c9038d942783fd9..a29c05cce3f896990e35a25d880a38836d67bbae 100644 (file)
@@ -234,7 +234,7 @@ struct snd_soc_tplg_manifest {
        __le32 control_elems;   /* number of control elements */
        __le32 widget_elems;    /* number of widget elements */
        __le32 graph_elems;     /* number of graph elements */
-       __le32 dai_elems;       /* number of DAI elements */
+       __le32 pcm_elems;       /* number of PCM elements */
        __le32 dai_link_elems;  /* number of DAI link elements */
        struct snd_soc_tplg_private priv;
 } __attribute__((packed));