Skip to content

Commit 7f4eb76

Browse files
ujfalusibroonie
authored andcommitted
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 <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Liam Girdwood <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 8121de3 commit 7f4eb76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/sound/sof/ext_manifest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ enum sof_ext_man_elem_type {
6060
SOF_EXT_MAN_ELEM_FW_VERSION = 0,
6161
SOF_EXT_MAN_ELEM_WINDOW = 1,
6262
SOF_EXT_MAN_ELEM_CC_VERSION = 2,
63+
SOF_EXT_MAN_ELEM_PROBE_INFO = 3,
6364
SOF_EXT_MAN_ELEM_DBG_ABI = 4,
6465
SOF_EXT_MAN_ELEM_CONFIG_DATA = 5, /**< ABI3.17 */
6566
SOF_EXT_MAN_ELEM_PLATFORM_CONFIG_DATA = 6,

0 commit comments

Comments
 (0)