]> git.alsa-project.org Git - alsa-lib.git/commit
Fix snd_pcm_write*() return values at start up
authorTakashi Iwai <tiwai@suse.de>
Fri, 24 Mar 2006 14:41:40 +0000 (14:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 Mar 2006 14:41:40 +0000 (14:41 +0000)
commit912f0d5ddf29d0cbafb38e31c5c57f2389d23bb8
treee795448fdd8352fa95f004bfda8de2fa14a842b9
parent944a4ad3105489dcba08f98e4a93a83d44a3a992
Fix snd_pcm_write*() return values at start up

If an error occurs at starting the stream, snd_pcm_write*() should return
an error value instead of the size to be written.
src/pcm/pcm.c