Audio: Template component: Add missing llext sources#10174
Audio: Template component: Add missing llext sources#10174kv2019i merged 1 commit intothesofproject:mainfrom
Conversation
The build of template component as module fails because of wrong and missing file names for needed source files for build. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
9f0ccec to
912c245
Compare
|
@lgirdwood I'm maybe missing still something. This component still fails to load in my MTL laptop if I set CONFIG_COMP_TEMPLATE_COMP=m. Same topology works if the kconfig is in normal =y setting. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the build configuration for the template audio component when built as a loadable module (llext). The CMakeLists.txt file was referencing incorrect source file names that prevented successful module compilation.
- Updated source file references from incorrect
template_comp.cto the correct filenames - Added missing source files
template-generic.candtemplate-ipc4.crequired for the build
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This could mean the kernel is not loading the module, can you turn on kernel IPC logging and see if kernel loads the module from file system to IMR. |
The build of template component as module fails because of wrong and missing file names for needed source files for build.