Commit 82c8729
committed
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>1 parent 22cae7b commit 82c8729
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments