Date: Sat, 17 Jan 2004 02:37:12 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci neomagic-coeff.hsrc/sys/dev/sound/pcm dsp.c mixer.c sound.c sound.h vchan.c Message-ID: <200401171037.i0HAbC0T049358@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/01/17 02:37:12 PST FreeBSD src repository Modified files: sys/dev/sound/pci neomagic-coeff.h sys/dev/sound/pcm dsp.c mixer.c sound.c sound.h vchan.c Log: As previously announced: discontinue use of makedev() call in soundcode. This takes us a lot closer to refcounting dev_t. This patch originally by cg@ with a few minor changes by me. It is largely untested, but has been HEADSUP'ed twice, so presumably people have not found any issues with it. Submitted by: cg@ Revision Changes Path 1.3 +1 -1 src/sys/dev/sound/pci/neomagic-coeff.h 1.68 +56 -19 src/sys/dev/sound/pcm/dsp.c 1.34 +10 -9 src/sys/dev/sound/pcm/mixer.c 1.87 +87 -25 src/sys/dev/sound/pcm/sound.c 1.53 +16 -1 src/sys/dev/sound/pcm/sound.h 1.14 +1 -1 src/sys/dev/sound/pcm/vchan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401171037.i0HAbC0T049358>