ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when parsing
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Thu, 7 Nov 2024 12:03:06 +0000 (14:03 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 7 Nov 2024 13:03:23 +0000 (13:03 +0000)
commit83e367c1a178045bf3675646aa9582a0c5a4e566
treeed9eb56dc594f8cc8117d4f95781e63627bd038c
parent7f4eb7672b1785119b29a4dff50aeef13368e813
ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when parsing

Every time when the firmware is loaded we see the following printed in
info level:
unknown sof_ext_man header type 3 size 0x30

This is the PROBE_INFO element, which is not parsed, but it is not
something that we should treat as surprise, aka unknown type.

Add an empty case with a debug print to 'handle' this ext_manifest type and
silence the confusing print in kernel log.

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-3-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/ipc3-loader.c