Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc4: Use saved base_cfg_ext data in ipc_comp_connect()
The code here never really worked right. The module base config values weren't saved by the core layers, so querying the attribute returned nothing. A few components have been modified with a whitebox workaround where they write directly to the basecfg_ext field in the module_config, but that's not really an API we should want to support. Get the values from the now-correctly-saved-and-parsed fields the module init layer has left for us, with considerable code savings and much less heap thrashing for the temporary copy. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information