Date: Sat, 26 Jan 2002 14:13:24 -0800 (PST) From: Cameron Grant <cg@FreeBSD.org> 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 Message-ID: <200201262213.g0QMDOW56374@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201262213.g0QMDOW56374>
