Date: Sun, 6 May 2007 16:46:23 +0000 (UTC) From: Ariff Abdullah <ariff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.h Message-ID: <200705061646.l46GkOXi045874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705061646.l46GkOXi045874>