]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* improve error handling
authorcg <cg@FreeBSD.org>
Sat, 26 Jan 2002 22:13:24 +0000 (22:13 +0000)
committercg <cg@FreeBSD.org>
Sat, 26 Jan 2002 22:13:24 +0000 (22:13 +0000)
commit7119c584879890efe6e984d27f939052ff2d0d0c
tree7f5235e1606d17de8b16949b2ddbfff99e3ba640
parent94fe6c387a335887a3fa8b9073ac110ac597f6d7
* 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
sys/dev/sound/pcm/buffer.c
sys/dev/sound/pcm/buffer.h
sys/dev/sound/pcm/channel.c
sys/dev/sound/pcm/feeder.c
sys/dev/sound/pcm/feeder.h
sys/dev/sound/pcm/sound.c
sys/dev/sound/pcm/sound.h