Hexxeh / rpi-firmware

Firmware files for the Raspberry Pi
Other
775 stars 208 forks source link

PortAudio no longer works with kernel 4.19.37 and higher #218

Closed rpipa closed 4 years ago

rpipa commented 4 years ago

Starting with kernel version 4.19.37, the following error message appears with the latest version of PortAudio:

Expression 'alsa_snd_pcm_hw_params_set_period_size_near( pcm, hwParams, &alsaPeriodFrames, &dir )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 924

  1. why does the access work properly until kernel 4.19.36 and not after 4.19.37?

  2. how can this error be solved?

pelwell commented 4 years ago

Please open this issue in the kernel repo, where it belongs.

pelwell commented 4 years ago

https://github.com/raspberrypi/linux/issues/

rpipa commented 4 years ago

Thanks for the advice. I have attached the bug to an already existing issue.

https://github.com/raspberrypi/linux/issues/3077