Rander Wang

Results 93 comments of 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...

@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....

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...

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...