thesofproject / linux

Linux kernel source tree
Other
91 stars 133 forks source link

ASoC: SOF: ipc3-loader: Handle PROBE_INFO ext_manifest element #5183

Closed ujfalusi closed 1 month ago

ujfalusi commented 2 months ago

Hi,

every kernel log contains the following info print: unknown sof_ext_man header type 3 size 0x30

It is true that we don't handle the PROBE_INFO (type 3), but it is not true that it is an unknown element.

Add enum entry and an empty case to 'handle' the PROBE_INFO and silence the print.

marc-hb commented 2 months ago

I don't know why Jenkins failed this one. I hope it's not a nasty side effect of https://github.com/thesofproject/linux/pull/5182#issuecomment-2361887923

EDIT: nope, this was CI change 207. Reverted for now.

marc-hb commented 2 months ago

SOFCI TEST