Skip to content

Conversation

@dbaluta
Copy link
Collaborator

@dbaluta dbaluta commented Jul 18, 2023

With mixer after commit 21ed10a ("ipc3: helper: Do not silently accept unrecognized component type in IPC") we get the following error

dma-trace src/ipc/ipc3/helper.c:333 ERROR comp_new(): component type not recognized

This happens because now we return an error from comp_specific_builder() with the default case.

Fix this by adding a case for mixer.

Fixes: 21ed10a ("ipc3: helper: Do not silently accept unrecognized component type in IPC")

With mixer after commit 21ed10a ("ipc3: helper: Do not silently
accept unrecognized component type in IPC") we get the following error

dma-trace  src/ipc/ipc3/helper.c:333  ERROR comp_new(): component type not recognized

This happens because now we return an error from comp_specific_builder() with the default
case.

Fix this by adding a case for mixer.

Fixes: 21ed10a ("ipc3: helper: Do not silently accept unrecognized component type in IPC")
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dbaluta !

@ranj063 ranj063 merged commit 95874fd into thesofproject:main Jul 18, 2023
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.

5 participants