-
Notifications
You must be signed in to change notification settings - Fork 349
Minor fixes #4753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor fixes #4753
Conversation
|
CI seems stuck - restart. |
|
SOFCI TEST |
|
@keyonjie can you force push again, it seem CI still pending. |
|
Looks like a network issue on CML test, plus BYT is dead. Redo CI. |
|
SOFCI TEST |
67b0326 to
7f102a9
Compare
|
CI stuck. restart it. |
|
SOFCI TEST |
|
@lgirdwood Unfortunately, Unit tests failed on APL: 12:27:37,503 INFO - 47: # ok - tests @keyonjie Could you check your change, because it failed only on APL? |
|
Something wrong with publishing error status. We will fix it, but it can take some time, sorry:) |
The buffer zone will not occupy more than half of the HP SRAM, decrease the HEAP_BUFFER_COUNT_MAX which can help save about 5KB for us. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
We have limited buffer zone which can't afford as big as 200KB+ allocation request on platforms like APL, remove the case. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Add a comment about the HP_SRAM_SIZE calculation. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
|
BYT ALSA bat sounds correct with no obvious clipping, https://sof-ci.01.org/sofpr/PR4753/build10422/devicetest/?model=BYT_MB_NOCODEC&testcase=multiple-pause-resume-5 looks like a logger issue. |
Minor incremental fixes for the merged PR: "the Heap refinement Part 2 -- make full use of HPSRAM in buffer zone
#4735"