Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ndrs-pst/thesofproject_sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thesofproject/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 3, 2026

  1. audio: phase vocoder: fix module name mismatch with TOML manifest

    The LLEXT manifest declared the module name as "PHASE_VOCODER",
    which rimage truncates to "PHASE_VO" (SOF_MAN_MOD_NAME_LEN is 8),
    while phase_vocoder.toml uses "PHASEVOC". The names do not match,
    so rimage fails to package modular builds with the error
    "Module PHASE_VO not found in TOML." on platforms that build the
    component as loadable module (e.g. PTL).
    
    Use "PHASEVOC" in the manifest to match the TOML entry.
    
    Fixes #e9bfc2f6b402
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski authored and lgirdwood committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    d524024 View commit details
    Browse the repository at this point in the history
  2. rimage: config: nvl: include phase vocoder module if enabled

    Fixes e9bfc2f
    
    Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
    abonislawski authored and lgirdwood committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    6f1170c View commit details
    Browse the repository at this point in the history
Loading