From owner-cvs-all@FreeBSD.ORG Sun May 6 16:46:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4EE516A402; Sun, 6 May 2007 16:46:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 96F7B13C447; Sun, 6 May 2007 16:46:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l46GkOKV045875; Sun, 6 May 2007 16:46:24 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l46GkOXi045874; Sun, 6 May 2007 16:46:24 GMT (envelope-from ariff) Message-Id: <200705061646.l46GkOXi045874@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 6 May 2007 16:46:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sound.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 16:46:24 -0000 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