sof
sof copied to clipboard
module: Revert "loading module: fix native module interface register"
Currently loadable modules are broken because of a regression caused by https://github.com/thesofproject/sof/commit/a0827526b7e1e4c88060812245a8cb9c381d5745 This PR reverts that commit and fixes a mistake in another recent update.
The fail in https://sof-ci.01.org/sofpr/PR8923/build3238/devicetest/index.html (mtrace shows "ASSERTION FAIL [!z_smp_cpu_mobile()] @ ZEPHYR_BASE/subsys/pm/pm.c:133") is caused by https://github.com/thesofproject/sof/issues/8908
Let's split this into two. This one now only contains the revert, which raised objections, and the separate fix went into #8933