Skip to content

Conversation

@serhiy-katsyuba-intel
Copy link
Contributor

MicSel crashes when built as an llext module. Temporarily make it a built-in until the problem is resolved.

When built as an llext module, MicSel crashes when attempting to call audio_stream_recalc_align(). The address of audio_stream_recalc_align() is printed as NULL.

Backtrace: set_selector_params() --> audio_stream_set_channels() -->
audio_stream_recalc_align().

MicSel crashes when built as an llext module. Temporarily make it
a built-in until the problem is resolved.

When built as an llext module, MicSel crashes when attempting to call
audio_stream_recalc_align(). The address of audio_stream_recalc_align()
is printed as NULL.

Backtrace: set_selector_params() --> audio_stream_set_channels() -->
audio_stream_recalc_align().

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
@serhiy-katsyuba-intel
Copy link
Contributor Author

This is to fix the regression introduced with this PR #9957.

@lyakh
Copy link
Collaborator

lyakh commented Apr 22, 2025

@serhiy-katsyuba-intel how about #9975 instead? Does it also fix the issue or do more functions need to be exported?

@lyakh
Copy link
Collaborator

lyakh commented Apr 23, 2025

adding "DNM" until #9975 is clarified

@serhiy-katsyuba-intel
Copy link
Contributor Author

Abandoning this if favor of #9975

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DNM Do Not Merge tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants