boards: nvl: add Google RTC Audio Processing to NVL configs#10832
Open
wjablon1 wants to merge 1 commit into
Open
boards: nvl: add Google RTC Audio Processing to NVL configs#10832wjablon1 wants to merge 1 commit into
wjablon1 wants to merge 1 commit into
Conversation
Enable the Google RTC Audio Processing component as a loadable module for NVL and NVL-S boards. This change adds CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m and CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y to both board config files. Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Enables the Google RTC Audio Processing component for Intel ADSP ACE40 NVL/NVL-S board builds by turning it on as a loadable module and forcing the mock implementation to unblock CI/test execution on these platforms.
Changes:
- Add
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=mto NVL and NVL-S board config files. - Add
CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y(with explanatory comment) to ensure builds/tests don’t depend on extra CI-provided Kconfig.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/boards/intel_adsp_ace40_nvl.conf | Enable Google RTC Audio Processing as a module and force mock for NVL. |
| app/boards/intel_adsp_ace40_nvls.conf | Enable Google RTC Audio Processing as a module and force mock for NVL-S. |
tmleman
approved these changes
Jun 2, 2026
abonislawski
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable the Google RTC Audio Processing component as a loadable module for NVL and NVL-S boards.
This change adds CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m and CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y to both board config files.
(This is to just unblock some test cases on NVL platforms)