No new enum-defined component IDs #7381
plbossart
started this conversation in
Team Posts
Replies: 2 comments
-
Ack, DAPM only cares about components that change the route, mix or separate paths. We may only need 4 types e.g.
DAPM does not care about the others. |
Beta Was this translation helpful? Give feedback.
0 replies
-
we need to add processing as well. Maybe KPB since it's more than just processing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This topic was mentioned during the TSC but today I reviewed code for the SOF driver that looks like this:
Clearly this shows it's time to stop adding new components identified with an enum and move to a more elaborate 'type' + UUID identifiers. It's not scalable if we have to update such code every time a new component or 3rd party algorithm is needed.
Beta Was this translation helpful? Give feedback.
All reactions