Date: Tue, 20 Jun 2000 16:27:13 -0700 (PDT) From: Cameron Grant <cg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c channel.h datatypes.h dsp.c sound.c Message-ID: <200006202327.QAA35459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cg 2000/06/20 16:27:12 PDT Modified files: sys/dev/sound/pcm channel.c channel.h datatypes.h dsp.c sound.c Log: fix a bug where opening for write would not fail if channel allocation failed when playing, if we stall for 1s with no data advancing, abort and mark the channel dead - fail all future operations Revision Changes Path 1.31 +13 -6 src/sys/dev/sound/pcm/channel.c 1.11 +3 -2 src/sys/dev/sound/pcm/channel.h 1.12 +3 -1 src/sys/dev/sound/pcm/datatypes.h 1.24 +13 -6 src/sys/dev/sound/pcm/dsp.c 1.24 +3 -1 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006202327.QAA35459>