From owner-cvs-all Thu Jun 7 13: 6:27 2001 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 2610937B401; Thu, 7 Jun 2001 13:06:23 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57K6ND19597; Thu, 7 Jun 2001 13:06:23 -0700 (PDT) (envelope-from cg) Message-Id: <200106072006.f57K6ND19597@freefall.freebsd.org> From: Cameron Grant Date: Thu, 7 Jun 2001 13:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c sound.c sound.h vchan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cg 2001/06/07 13:06:22 PDT Modified files: sys/dev/sound/pcm channel.c sound.c sound.h vchan.c Log: lock sound device when adding/removing channels implement setblocksize for vchans don't panic when doing certain ioctls or aborting on a vchan xmms now works with vchans Revision Changes Path 1.57 +18 -8 src/sys/dev/sound/pcm/channel.c 1.46 +43 -3 src/sys/dev/sound/pcm/sound.c 1.31 +2 -2 src/sys/dev/sound/pcm/sound.h 1.2 +43 -11 src/sys/dev/sound/pcm/vchan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message