From owner-cvs-all Sat Jan 26 14:13:33 2002 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 8C60D37B402; Sat, 26 Jan 2002 14:13:24 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0QMDOW56374; Sat, 26 Jan 2002 14:13:24 -0800 (PST) (envelope-from cg) Message-Id: <200201262213.g0QMDOW56374@freefall.freebsd.org> From: Cameron Grant Date: Sat, 26 Jan 2002 14:13:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm buffer.c buffer.h channel.c feeder.c feeder.h sound.c sound.h 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 2002/01/26 14:13:24 PST Modified files: sys/dev/sound/pcm buffer.c buffer.h channel.c feeder.c feeder.h sound.c sound.h Log: * improve error handling * be more specific in verbose boot messages * allow the feeder subsystem to veto pcm* attaching if there is an error initialising the root feeder * don't free/malloc a new tmpbuf when resizing a snd_dbuf to the same size as it currently is * store the feeder description in the feeder structure instead of mallocing space for it Revision Changes Path 1.12 +7 -2 src/sys/dev/sound/pcm/buffer.c 1.4 +2 -2 src/sys/dev/sound/pcm/buffer.h 1.80 +30 -24 src/sys/dev/sound/pcm/channel.c 1.21 +44 -14 src/sys/dev/sound/pcm/feeder.c 1.8 +2 -1 src/sys/dev/sound/pcm/feeder.h 1.70 +8 -0 src/sys/dev/sound/pcm/sound.c 1.45 +2 -1 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message