alsa: put pcm device back into running state after snd_pcm_recover() returned.
After recovery the pcm device can be in prepared state. To continue capturing data the device must be put into running state again, hence the call to snd_pcm_start().
Showing
Please register or sign in to comment