cvs commit: src/sys/dev/sound/pcm sound.h
Ariff Abdullah
ariff at FreeBSD.org
Sun May 6 16:46:24 UTC 2007
ariff 2007-05-06 16:46:23 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm sound.h
Log:
PCMMKMINOR() bit twiddling, so we can have:
- 2048 unique sound cards (dsp0 -> dsp2047)
(used to be 15)
- 32 unique device types (dspW, audio, mixer, sndstat, .. 32th)
(used to be 15)
- 256 unique cloneable devices (dsp%d.0 -> dsp%d.255)
(unchanged)
Revision Changes Path
1.76 +19 -25 src/sys/dev/sound/pcm/sound.h
More information about the cvs-src
mailing list