-
Notifications
You must be signed in to change notification settings - Fork 322
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
[BUG] arecord fails with non-zero exit status with check-pause-resume-playback-100 #9191
Comments
Set CONFIG_DMA_INTEL_ADSP_HDA_TIMING_L1_EXIT in board overlay as the Zephyr platform default is not correct in the current version of Zephyr. Link: thesofproject#9191 Signed-off-by: Kai Vehmanen <[email protected]>
@abonislawski @serhiy-katsyuba-intel It seems just enabling the L1_EXIT is not sufficient, record failure still seen (see comment #9194 (comment) ). The logs don't have much, but this very much seems like a case of host DMA not moving, and arecord exiting with error as no data is received. |
Is thesofproject/linux#5048 a duplicate? Then maybe close this one because 5048 has a better looking description :-) |
Lets keep it open for the moment, just as a place holder on the FW side for v2.10 |
Looking at this again. Narrowing the scope of this bug to specifically cover the failure with pause-resume case with a recent occurence in: Failure fingerprint in sof-test console:
The errors happen when there are no clear errors in either kernel dmesg.txt or FW mtrace.txt. There does seem to be a timing anomaly seen in the logs, like here:
This is clearly larger pause in activity than the ~0.1-0.2ms delays that are used in the test case. |
Not seen in PR/daily tests for a week, closing. |
Describe the bug
Seen in CI with SOF main on Intel LNL:
https://sof-ci.01.org/softestpr/PR1202/build472/devicetest/index.html?model=LNLM_RVP_HDA&testcase=check-pause-resume-capture-100
Bug description updated on 4th Sep, see comment #9191 (comment)
Looks similar to (see an older Intel platforms):
The text was updated successfully, but these errors were encountered: