cvs commit: src/sys/dev/sound/pci
neomagic-coeff.hsrc/sys/dev/sound/pcm
dsp.c mixer.c sound.c sound.h vchan.c
Poul-Henning Kamp
phk at FreeBSD.org
Sat Jan 17 02:37:14 PST 2004
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
More information about the cvs-src
mailing list