-
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
rimage: mtl: Use DP scheduler for AEC module #8419
Conversation
Replace thesofproject/rimage#188, thanks!! |
@@ -601,9 +601,10 @@ count = 27 | |||
[[module.entry]] | |||
name = "RTC_AEC" |
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.
Just for my knowledge: what is RTC_AEC?
Thanks
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.
Google webRTC Acoustic Echo Cancellation
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.
So, SOF, integrates webrtc library to do AEC?
This is a free library compiled for Xtensa DSP?
From this link, it seems so: https://webrtc.googlesource.com/src/
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.
A nice-to-have change to commit title, bu t otherwise look good. Please update if you refresh the commit for other reasons,
@@ -601,9 +601,10 @@ count = 27 | |||
[[module.entry]] | |||
name = "RTC_AEC" | |||
uuid = "B780A0A6-269F-466F-B477-23DFA05AF758" | |||
affinity_mask = "0x3" | |||
# bit #i = 1 means core #i is allowed. |
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'd prefer a "rimage: mtl: " prefix for this commits.
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.
Ack, will update in next version.
c3bbd03
to
ec1ef94
Compare
ec1ef94
to
165e68f
Compare
Change domain_types to DP, and allow it to run all 3 cores. Signed-off-by: Yong Zhi <yong.zhi@intel.com>
Change domain_types to DP, and allow it to run all 3 cores.