Skip to content

Commit 8496b82

Browse files
wjablon1lgirdwood
authored andcommitted
google_rtc_aec: add module_cfg to the toml
google_rtc_aec module does not have a module_cfg specified in its toml file. Even if the config is not needed, there is no harm in adding it. The benefit is reusability of generic tests that perform basic manifest verification for all provided modules. Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>
1 parent f5a9377 commit 8496b82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/audio/google/google_rtc_audio_processing.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
pin = [0, 0, 0x8, 0x2, 0x2, 0x1,
2020
0, 0, 0x8, 0x2, 0x2, 0x4,
2121
1, 0, 0x8, 0x2, 0x2, 0x1]
22+
REM # mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
23+
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
2224

2325
index = __COUNTER__

0 commit comments

Comments
 (0)