Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Commits on Sep 19, 2024

  1. 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>
    ujfalusi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0d483f3 View commit details
    Browse the repository at this point in the history
  2. ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when pa…

    …rsing
    
    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>
    ujfalusi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    197c20d View commit details
    Browse the repository at this point in the history