Uh oh!
There was an error while loading. Please reload this page.
Rename codec_adapter to module_adapter - #5593
Conversation
ranj063
commented
Mar 24, 2022
keqiaozhang
commented
Mar 24, 2022
SOFCI TEST |
kv2019i
left a comment
There was a problem hiding this comment.
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.
kkarask
commented
Mar 24, 2022
There is a need to change build file. We should sync to adjust this change to CI process. |
fb8fb3c to
1076f2aCompareranj063
commented
Apr 13, 2022
@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. |
kkarask
commented
Apr 14, 2022
I will be ready today - is it ok? |
ranj063
commented
Apr 14, 2022
@kkarask sure, let me know if you have any other issues with this PR |
lgirdwood
commented
Apr 14, 2022
@dbaluta does this mean you are OK to merge whilst part 2 of your coded work is testing ? Just clarifying. |
sys-pt1s
commented
Apr 15, 2022
Can one of the admins verify this patch? |
@ranj063@sys-pt1s@lgirdwood@dbaluta Because we have errors with the file not found |
ranj063
commented
Apr 15, 2022
@wszypelt what is the error you're seeing? Can you please paste the error log ? Is it during build? |
dbaluta
commented
Apr 18, 2022
@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
b886a9aCompareto 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
f23fe0aCompareranj063
commented
Apr 27, 2022
@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
2d0dd91Comparelgirdwood
commented
Apr 27, 2022
@ranj063 can you check CI. Thanks ! |
ranj063
commented
Apr 27, 2022
lgirdwood
commented
Apr 27, 2022
wszypelt
commented
Apr 28, 2022
@lgirdwood@ranj063 Yes, one of the DUTs needed a reset, PR is under testing. there should be results soon. |
wszypelt
commented
Apr 28, 2022
@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. |
ranj063
commented
Apr 28, 2022
@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? |
wszypelt
commented
Apr 28, 2022
@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 |
dbaluta
commented
May 4, 2022
@ranj063 thanks! Looks good to me. |
lgirdwood
commented
May 4, 2022
@wszypelt any ETA on CI updates ? |
wszypelt
commented
May 4, 2022
@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 |
lgirdwood
commented
May 4, 2022
@wszypelt merged |

Just a whole lot of renames. No functional changes.