There's a closed pull request on the void-packages repository libopenal: update to 1.21.1 and import fixes to sndio backend https://github.com/void-linux/void-packages/pull/35594 Description: Patches to fix the issue reported at https://github.com/kcat/openal-soft/issues/591 #### Testing the changes - I tested the changes in this PR: **briefly** I encountered the problem described in the linked issue when playing around with wildmidi. I was hoping to have wildmidi use sndio by compiling without direct alsa support, and then rely on libopenal to use sndio. When libopenal was configured for sndio, playback stopped immediately with the error message: `[ALSOFT] (EE) Error stopping device`. Playback worked as expected with sndio after including these upstream patches.