Add initial Google CTC component#8689
Conversation
6cb6a6a to
2cc2bad
Compare
a0a249b to
70aa53d
Compare
92446b7 to
747468c
Compare
ec965f5 to
e0b55d3
Compare
andyross
left a comment
There was a problem hiding this comment.
I guess I can declare myself expert enough to start pontificating a bit. A few spots seem like they might be errors, most are nitpicks.
lyakh
left a comment
There was a problem hiding this comment.
simple to fix, but better fix it before merge
|
@eddy1021 BTW, this PR adds a mock, but all Kconfig options are off by default, so this will never be tested by the CI, not even for compilation, right? |
kv2019i
left a comment
There was a problem hiding this comment.
I think this is starting to be ready. Having a version in the tree could help with maintainance and get changes like the recent UUID registry and cleanup of the xtos/zephyr makefiles, "for free". These need to be addressed, but I'm ok to do these as follow-ups.
I think you mean "open-source CI". I think (and hope) there are many closed CIs we don't all know about. |
@marc-hb I mean the SOF GitHub PR CI - the one we all see results of when submitting our PRs. |
I turned the Mock to default on now. Thanks for pointing this out! |
|
@eddy1021 CI has some scheduled downtime, I'll manually rerun CI on Monday. |
There was a downtime but that is not the main reason Jenkins did not test this. The main reason is because I had to add the magic keywords EDIT: Friday's downtime was actually cancelled for complex reasons. |
|
SOFCI TEST |
1 similar comment
|
SOFCI TEST |
andyross
left a comment
There was a problem hiding this comment.
Sneak in and refresh my vote
|
@cujomalainey good for you now ? |
Introduce a new component to perform crosstalk-cancellation on the playback path. Signed-off-by: Eddy Hsu <eddyhsu@google.com>
|
I'll push submit tomorrow unless anyone else fines any issues. |
I've rerun failing GH actions (now passed) and CI is showing expected results (this module not tested in CI to date). Pls merge when ready. |
Add CTC component