Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Ujfalusi and committed by
Mark Brown
7f4eb767 8121de33

+1
+1
include/sound/sof/ext_manifest.h
··· 60 60 SOF_EXT_MAN_ELEM_FW_VERSION = 0, 61 61 SOF_EXT_MAN_ELEM_WINDOW = 1, 62 62 SOF_EXT_MAN_ELEM_CC_VERSION = 2, 63 + SOF_EXT_MAN_ELEM_PROBE_INFO = 3, 63 64 SOF_EXT_MAN_ELEM_DBG_ABI = 4, 64 65 SOF_EXT_MAN_ELEM_CONFIG_DATA = 5, /**< ABI3.17 */ 65 66 SOF_EXT_MAN_ELEM_PLATFORM_CONFIG_DATA = 6,