Commit 1d83b07
committed
config: change RTC_AEC module to loadable module for multiple platforms
This patch modifies the configuration to change the Google Real Time
Communication Audio Processing (RTC_AEC) module from built-in to a
loadable module for the MTPM, LNL, PTL and WCL platforms. This change
allows for more flexibility in managing the module and reduces
the firmware size.
Changes include:
- Changing CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING from 'y' to 'm' in
the intel_adsp_ace15_mtpm.conf configuration file.
- Changing CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING from 'y' to 'm' in
the intel_adsp_ace20_lnl.conf configuration file.
- Changing CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING from 'y' to 'm' in
the intel_adsp_ace30_ptl.conf configuration file.
- Changing CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING from 'y' to 'm' in
the intel_adsp_ace30_wcl.conf configuration file.
This change ensures that the RTC_AEC module can be dynamically loaded as
needed, providing greater flexibility and potentially improving system
performance.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent cdcf0a5 commit 1d83b07
File tree
4 files changed
+4
-4
lines changed- app/boards
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments