tgen 2008/02/28 09:19:11 PST DragonFly src repository
Modified files:
sys/dev/sound/pcm dsp.c
Log:
Remove unmatched crit_exit() from dsp_ioctl(). A critical section was never
entered before, and it doesn't seem necessary to have one either. This
prevents a panic from happening when you operate mixer ioctls on /dev/dsp.
Revision Changes Path
1.17 +0 -1 src/sys/dev/sound/pcm/dsp.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pcm/dsp.c.diff?r1=1.16&r2=1.17&f=u
