-
Notifications
You must be signed in to change notification settings - Fork 349
math: enable modular IIR, minor update for FIR #9848
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
Conversation
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
status: waiting for #9886 for improved test coverage |
|
SOFCI TEST |
| set(df1 ../iir_df1.c ../iir_df1_generic.c ../iir_df1_hifi3.c ../iir_df1_hifi4.c ../iir_df1_hifi5.c) | ||
| else() | ||
| set(df1 "") | ||
| endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change this PR, but please take a look at https://github.com/orgs/thesofproject/discussions/9899 and join the effort (for new files at least).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kv2019i PTL didn't test... So, instead of re-testing, let me fix this and re-push
Enable building IIR support library as a LLEXT module. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
fir_common.c is only needed for modular LLEXT builds, move it to the fir_llext/ directory. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
|
PTL didn't test... |
|
SOFCI TEST |
|
CI: the only failure is in alsabat test on MTL HDA https://sof-ci.01.org/sofpr/PR9848/build11683/devicetest/index.html?model=MTLP_RVP_HDA&testcase=check-alsabat-headset-capture-997 |
We want to enable building further parts of the Maths library as LLEXT modules, this does it for the IIR code.
So far a draft, waiting for the PTL support to work with LLEXT openmodules