diff options
author | Peter Ujfalusi <peter.ujfalusi@linux.intel.com> | 2024-11-07 14:03:05 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-07 13:03:22 +0000 |
commit | 7f4eb7672b1785119b29a4dff50aeef13368e813 (patch) | |
tree | ace81c0310ccb45348f75fdf65a11bb6454de270 /include/sound | |
parent | 8121de33460d0f1441e75b6e52dae9317efd0656 (diff) | |
download | linux-stable-7f4eb7672b1785119b29a4dff50aeef13368e813.tar.gz linux-stable-7f4eb7672b1785119b29a4dff50aeef13368e813.tar.bz2 linux-stable-7f4eb7672b1785119b29a4dff50aeef13368e813.zip |
ASoC: SOF: ext_manifest: Add missing ext_manifest type for PROBE_INFO
Elem type 3 is PROBE_INFO in ext_manifest, add it to the list.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com>
Link: https://patch.msgid.link/20241107120306.30680-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sof/ext_manifest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof/ext_manifest.h b/include/sound/sof/ext_manifest.h index fc0231d04a94..7dfe3ccf1fe4 100644 --- a/include/sound/sof/ext_manifest.h +++ b/include/sound/sof/ext_manifest.h @@ -60,6 +60,7 @@ enum sof_ext_man_elem_type { SOF_EXT_MAN_ELEM_FW_VERSION = 0, SOF_EXT_MAN_ELEM_WINDOW = 1, SOF_EXT_MAN_ELEM_CC_VERSION = 2, + SOF_EXT_MAN_ELEM_PROBE_INFO = 3, SOF_EXT_MAN_ELEM_DBG_ABI = 4, SOF_EXT_MAN_ELEM_CONFIG_DATA = 5, /**< ABI3.17 */ SOF_EXT_MAN_ELEM_PLATFORM_CONFIG_DATA = 6, |