Rander Wang
Rander Wang
> A while back I discovered QB uses a "static" version of CMocka: > > * [unit_tests: add workaround for uintptr_t redefinition sof-docs#395 (comment)](https://github.com/thesofproject/sof-docs/pull/395#issuecomment-1005267907) > > Github Actions builds the...
SOFCI_TEST
@lgirdwood the error in unit test is not caused by my PR. please check marc's comment. This PR works with local test. The error is caused by static version of...
@singalsu now We get a few samples error in only S24_LE test with XCC built FW, no such issue with GCC. The ref = 0x7FFFFF, but FW output = 0xFF800000....
SOFCI TEST
error: 17: not ok 2 - test_audio_eq_fir 17: # 0xffffffffff800000 != 0x7fffff 17: # /quickbuild/workspace1/24733/SOF_FW/test/cmocka/src/audio/eq_fir/eq_fir_process.c:324: error: Failure! The last error was : The ref = 0x7FFFFF, but FW output =...
> > SOFCI TEST > > Only sof-ci/jenkins knows these magic words and it does not run CMocka. You must force-push. Pro tip: `git commit --amend -C HEAD` Thanks! @lgirdwood...
Sure. Some potential bugs would be detected with my PR as I expected
The problem is that for capture, gain module should be in the same pipeline of dai copier else FW can't find sink. The root reason is that gain module doesn't...
@greg-intel can we close it since we find root reason