-
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
board: intel_adsp_ace15_mtpm: Enable AEC mock module by default #8496
Conversation
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.
Hmm, not sure about this, whatever is in this conf gets shipped to upstream as-is.
We have RTC_AEC defined in mtl.toml, so AEC enabled tplg will load successfully and exposed to user space, but we cannot use "DMIC0 RTC AEC" without a mock module. |
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.
If it's in the toml, then the cat is already out of the bag. No harm in this I guess, but if we hit binary size issues, this will be high on the list of modules to drop.
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.
Hmm, I see build errors in CI, please take a look @yongzhi1
@marcinszkudlinski @ranj063 good for you ? |
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.
LGTM, but lets see if Marcin/Ranjani also ready or do we have other dependencies to merge 1st for topology or DP.
SOFCI TEST |
The build errors should be fixed in current main now, thanks, |
@yongzhi1 there was an issue last week, if CI results dont improve can you rebase and force-push. Thanks. |
f3281b1
to
a872a43
Compare
This patch enables Google RTC mock module by default for CI build tests, etc. Signed-off-by: Yong Zhi <[email protected]>
Maybe we can use the following one already done by @marcinszkudlinski |
Do you mean close this PR ? if so , pls close. Thanks ! |
yes. please close this. |
This patch enables Google RTC mock module by default for CI build tests, etc.
Also avoid manually applying the changes each time to build the FW for AEC sanity check.