-
Notifications
You must be signed in to change notification settings - Fork 349
Rename codec_adapter to module_adapter #5593
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
Rename codec_adapter to module_adapter #5593
Conversation
|
SOFCI TEST |
kv2019i
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That has been some work to split this into small patches. But easy to review this way. I'd have been happy with one big patch as well.
|
There is a need to change build file. We should sync to adjust this change to CI process. |
dbaluta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, but I prefer to have the renaming done after my dynamic codec patches are in.
See:
#5596
fb8fb3c to
1076f2a
Compare
@kkarask can you please change the QB CI to use the new config CONFIG_MODULE_ADAPTER instead of CONFIG_CODEC_ADAPTER. It will be needed for this PR to pass. |
|
I will be ready today - is it ok? |
@kkarask sure, let me know if you have any other issues with this PR |
|
@dbaluta does this mean you are OK to merge whilst part 2 of your coded work is testing ? Just clarifying. |
|
Can one of the admins verify this patch? |
|
@ranj063 @sys-pt1s @lgirdwood @dbaluta Because we have errors with the file not found |
@wszypelt what is the error you're seeing? Can you please paste the error log ? Is it during build? |
@lgirdwood lets wait a little bit more time until we merge this PR. part 2 of my codec work has a problem with Intel internal tests and I will try to debug it but it will take a while. Also, since @ranj063 is not in the office this week I don't think would be a problem to wait a little bit until we merge this current PR. |
|
@ranj063 yes, the error occurs while building the codec FW |
1076f2a to
b886a9a
Compare
to module_adapter_trigger(). No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
to module_adapter_reset(). No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
to module_adapter_free(). No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
To module_adapter.h. No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
to module_adapter. No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
b886a9a to
f23fe0a
Compare
@lgirdwood conflicts fixed now. @wszypelt could you please update the config in QB and retry this one? |
to DECLARE_MODULE_ADAPTER and comp_driver to comp_module_adapter. Also rename SOF_COMP_MODULE_ADAPTER to SOF_COM_MODULE_ADAPTER. No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
to cadence.h. It isn't used elsewhere. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
and fix all the includes accordingly. No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
No functional changes. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
f23fe0a to
2d0dd91
Compare
|
@ranj063 can you check CI. Thanks ! |
|
@lgirdwood @ranj063 Yes, one of the DUTs needed a reset, PR is under testing. there should be results soon. |
|
@ranj063 @lgirdwood I don't really understand what happened, do we no longer need a configuration file change to get the codec build to work? (COMP_MODULE_ADAPTER) Even if, as you can see there was a problem with ipc error -22 on codec tests. |
@wszypelt yes, you do need a configuration change when building to include COMP_MODULE_ADAPTER and CADENCE_CODEC selected. Could you please send me the config from your build? |
|
@ranj063 Unfortunately, the changes can be made together with the team from the internal service, additionally I'm now on ooo, back to work at Wednesday |
|
@ranj063 thanks! Looks good to me. |
|
@wszypelt any ETA on CI updates ? |
|
@lgirdwood The case was reported and explained, I am waiting for a move from the internal service, I hope that everything will be done within an hour. |
|
@lgirdwood @ranj063 |
|
@wszypelt merged |

Just a whole lot of renames. No functional changes.