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

hw/drivers/i2s: Fix sample count for nrfx in i2s buffers #3118

Merged

Commits on Dec 11, 2023

  1. hw/drivers/i2s: Fix sample count for nrfx in i2s buffers

    For i2s in (microphone) sample_count was never set.
    It resulted in buffers returned to i2s client with no data.
    Now capacity is copied to sample_count as it is actual number
    of samples that were captured.
    
    Same fix was applied long time ago to STM32F4 driver.
    kasjer committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    eae2a95 View commit details
    Browse the repository at this point in the history