diff options
author | Mengdong Lin <mengdong.lin@intel.com> | 2015-10-30 15:13:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:17:17 +0000 |
commit | 4b6c56c2f5d2b24629780a76718c3a836e7bf044 (patch) | |
tree | 2793c34a01169de9b9153fc588bf52a9293b6630 /include | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
ASoC: topology: ABI - Rename dai_elems to pcm_elems in manifest
This field is the number of PCM objects (a pair of FE DAI and DAI link).
Signed-off-by: Lin Mengdong <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/sound/asoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h index 26539a7e4880..c4cc1e40b35c 100644 --- a/include/uapi/sound/asoc.h +++ b/include/uapi/sound/asoc.h @@ -243,7 +243,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)); |