mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-23 05:10:39 +00:00
snd_pcm_recover() puts the device back in SND_PCM_STATE_PREPARED state; you have to explicitly restart the device afterwards with snd_pcm_start(). Fixes #13761.