diff options
| author | Mark Brown <broonie@kernel.org> | 2024-11-07 23:37:24 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-11-07 23:37:24 +0300 |
| commit | fa1a0f3e6ea3fbac8ac35e91a94ff1702094fd62 (patch) | |
| tree | b7c33e75730a7146df764bd5f7f114085f3bf24e /include | |
| parent | fa24fdc8ae9e6f6fe7a4f7676a4d8c14433a86c0 (diff) | |
| parent | 83e367c1a178045bf3675646aa9582a0c5a4e566 (diff) | |
| download | linux-fa1a0f3e6ea3fbac8ac35e91a94ff1702094fd62.tar.xz | |
ASoC: SOF: ipc3-loader: Handle PROBE_INFO ext_manifest
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
The PROBE_INFO (ext_manifest type 3) is not used by the kernel, but
at every tiem the firmware is loaded the following is printed in
info level (user visible):
unknown sof_ext_man header type 3 size 0x30
The type is known, but it is not handled, the print is misleading.
Diffstat (limited to 'include')
| -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, |
