From owner-cvs-all Tue Oct 31 14:43:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C5C37B661; Tue, 31 Oct 2000 14:43:32 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA28139; Tue, 31 Oct 2000 14:43:32 -0800 (PST) (envelope-from cg@FreeBSD.org) Message-Id: <200010312243.OAA28139@freefall.freebsd.org> From: Cameron Grant Date: Tue, 31 Oct 2000 14:43:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/10/31 14:43:32 PST Modified files: (Branch: RELENG_4) sys/dev/sound/pcm dsp.c Log: set channel reference count to 0 on close, fixes EBUSY after opening /dev/dsp seperately for read and write. handle AFMT_QUERY correctly in SNDCTL_DSP_SETFMT ioctl calls Revision Changes Path 1.15.2.5 +8 -6 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message