Skip to content
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

drivertest: Fix drivertest_audio crash #2243

Merged
merged 1 commit into from
Dec 28, 2023
Merged

drivertest: Fix drivertest_audio crash #2243

merged 1 commit into from
Dec 28, 2023

Conversation

Renjianguang-mi
Copy link
Contributor

@Renjianguang-mi Renjianguang-mi commented Dec 27, 2023

1.call AUDIOIOC_RELEASE when finished
2.make sure the driver dequeue all buffers before free the buffers

let's ignore the false alarm:

/home/runner/work/nuttx-apps/nuttx-apps/apps/testing/drivertest/drivertest_audio.c:482:33: error: Operator/assignment must be followed with whitespace

Summary

Impact

Testing

1.call AUDIOIOC_RELEASE when finished
2.make sure the driver dequeue all buffers before free the buffers

Signed-off-by: renjianguang <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit d9b8a0e into apache:master Dec 28, 2023
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants