[alsa-devel] [PATCH 7/9] topology: ABI - Rename dai_elems to pcm_elems in manifest
mengdong.lin at linux.intel.com
mengdong.lin at linux.intel.com
Thu Nov 5 13:49:10 CET 2015
From: Mengdong Lin <mengdong.lin at linux.intel.com>
This field is the number of PCM objects (a pair of FE DAI and DAI link).
Signed-off-by: Mengdong Lin <mengdong.lin at linux.intel.com>
diff --git a/include/sound/asoc.h b/include/sound/asoc.h
index 5f857cf..a29c05c 100644
--- a/include/sound/asoc.h
+++ b/include/sound/asoc.h
@@ -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));
--
1.9.1
More information about the Alsa-devel
mailing list