cvs commit: src/sys/dev/sound/pcm dsp.c mixer.c sndstat.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 20 18:15:35 PDT 2004
dillon 2004/05/20 18:14:27 PDT
DragonFly src repository
Modified files:
sys/dev/sound/pcm dsp.c mixer.c sndstat.c
Log:
Pass the proper mask/match arguments to cdevsw_add() so the various sound
device minor numbers do not override each other's major numbers / cdevsw
structures.
Reported-by: Emiel Kollof <coolvibe at xxxxxxxxxxxxxxxx> and others
Revision Changes Path
1.7 +20 -3 src/sys/dev/sound/pcm/dsp.c
1.7 +6 -8 src/sys/dev/sound/pcm/mixer.c
1.7 +2 -2 src/sys/dev/sound/pcm/sndstat.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pcm/dsp.c.diff?r1=1.6&r2=1.7&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pcm/mixer.c.diff?r1=1.6&r2=1.7&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/sound/pcm/sndstat.c.diff?r1=1.6&r2=1.7&f=h
More information about the Commits
mailing list