-
Notifications
You must be signed in to change notification settings - Fork 321
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
Add initial Google CTC component #8689
Conversation
6cb6a6a
to
2cc2bad
Compare
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.
a0a249b
to
70aa53d
Compare
92446b7
to
747468c
Compare
ec965f5
to
e0b55d3
Compare
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.
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.
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.
@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? |
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.
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. |
afe706a
to
ab415cc
Compare
I turned the Mock to default on now. Thanks for pointing this out! |
f5535e7
to
341fae2
Compare
@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 |
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.
Sneak in and refresh my vote
2089309
to
92ee97e
Compare
@cujomalainey good for you now ? |
Introduce a new component to perform crosstalk-cancellation on the playback path. Signed-off-by: Eddy Hsu <[email protected]>
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