cvs commit: src/sys/dev/sound/pci neomagic-coeff.h src/sys/dev/sound/pcm dsp.c mixer.c sound.c sound.h vchan.c

Don Lewis truckman at FreeBSD.org
Sat Jan 17 03:15:24 PST 2004


On 17 Jan, Poul-Henning Kamp wrote:
> 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

Sigh ... I predict hours of entertainment merging this with my pcm/*
buffer overflow and locking cleanup patch.



More information about the cvs-src mailing list