Hi!
I experienced crashes with aplay from alsa-*-0.9.0beta12 when playing a
.wav file. I tracked it down to the snd_pcm_plugin_write_areas
function in pcm/pcm_plugin.c of libasound.
The result variable in the loop can get larger than size. It is
subtracted from size but since size is unsigned
When playing .wav files with aplay sometimes random noise is appended to the
actual sample. It does not happen with e.g. playwave which uses OSS
emulation. I think this never worked correctly with the cmipci driver.
Another problem I see is that with the current CVS alsa drivers (2002-05-25)