Uh oh!
There was an error while loading. Please reload this page.
ipc4: fix for mixout not working after reset - #6433
Conversation
Fixes a bug in mixout_reset(): mixin pointers in mixed data info should not be cleared on reset. They should only be set on bind and cleared on unbind. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
kv2019i
commented
Oct 18, 2022
@serhiy-katsyuba-intel Can you undraft this, this seems very good. Together with kernel PR thesofproject/linux#3917 , this is getting much better results with mixer topologies. |
serhiy-katsyuba-intel
commented
Oct 18, 2022
The PR is not draft since yesterday. Probably some refresh issue on your side. The PR is ready to merge. |
kv2019i
commented
Oct 18, 2022
@serhiy-katsyuba-intel wrote:
Ack, this is good to now! We need to wait for the few mandatory CI runs to complete and then this should be good to merge. The already reported CI issues are known ones. |
kv2019i
commented
Oct 19, 2022
@wszypelt sorry, need to bug you again. I couldn't find this PR at all in Intel CI dashboards, so it appears it was not queued. Need a retrigger? |
@kv2019i |
kv2019i
commented
Oct 19, 2022
Thank you @wszypelt ! Now all looks good. One known failure (fix in review at thesofproject/sof-test#971 ), so proceeding with merge. |
Fixes a bug in mixout_reset(): mixin pointers in mixed data info should not be cleared on reset. They should only be set on bind and cleared on unbind.
Signed-off-by: Serhiy Katsyuba serhiy.katsyuba@intel.com