From owner-cvs-all Tue Jun 20 16:27:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA8C37B630; Tue, 20 Jun 2000 16:27:12 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA35459; Tue, 20 Jun 2000 16:27:13 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200006202327.QAA35459@freefall.freebsd.org> From: Cameron Grant Date: Tue, 20 Jun 2000 16:27:13 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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