[Alsaplayer-commits] alsaplayer commit by cvs
Alsaplayer CVS
alsaplayer-commits@lists.tartarus.org
Mon, 11 Oct 1999 15:02:10 +0200
CVSROOT: /home/cvsroot/alsaplayer
Module name: alsaplayer
Changes by: cvs 99/10/11 15:02:10
Modified files:
output/alsa2 : alsa.c
Log message:
Added recovery code for underrun errors. The new PCM V2 tree handles underruns
much better by not automatically handling them :)
After an underrun/overrun error the driver will invalidate the ready status of
the channel. You should then do a snd_pcm_channel_status() call to check what
has happened and recover from this -> much better control. ALSA rocks :)