Skip to content
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

Tools: Testbench: Fixes to load aria, mixin and mixout components #9580

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

singalsu
Copy link
Collaborator

No description provided.

Functions aria_init() and oid aria_algo_get_data() are changed
to static to avoid need to add prototypes for them.

Signed-off-by: Seppo Ingalsuo <[email protected]>
The register to testbench needs the init function prototype
into sof/audio/component.h. Then the register of Aria can
be added to library_defconfig and tb_setup().

Signed-off-by: Seppo Ingalsuo <[email protected]>
The registration of mixin and mixout components is added to
tb_setup(). In topology parsing the function tb_new_mixer()
need to be updated to append the component UUID after base
configuration.

Signed-off-by: Seppo Ingalsuo <[email protected]>
@singalsu singalsu marked this pull request as ready for review October 15, 2024 16:13
@kv2019i
Copy link
Collaborator

kv2019i commented Oct 17, 2024

sof-docs fail and Intel LNL fails all known and tracked in https://github.com/thesofproject/sof/issues?q=is%3Aissue+is%3Aopen+label%3ACI

@kv2019i kv2019i merged commit ba7f4ad into thesofproject:main Oct 17, 2024
43 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants