From owner-cvs-all Wed Sep 5 9:28:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C190B37B405; Wed, 5 Sep 2001 09:28:41 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f85GSfQ73569; Wed, 5 Sep 2001 09:28:41 -0700 (PDT) (envelope-from cg) Message-Id: <200109051628.f85GSfQ73569@freefall.freebsd.org> From: Cameron Grant Date: Wed, 5 Sep 2001 09:28:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c channel.h dsp.c dsp.h sound.c sound.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cg 2001/09/05 09:28:41 PDT Modified files: sys/dev/sound/pcm channel.c channel.h dsp.c dsp.h sound.c sound.h Log: add a method for recording of specific channels for devices with more than one hardware record channel. new devices, /dev/dsprX.Y where X is unit number and Y is channel index. Revision Changes Path 1.67 +3 -3 src/sys/dev/sound/pcm/channel.c 1.23 +2 -1 src/sys/dev/sound/pcm/channel.h 1.48 +34 -3 src/sys/dev/sound/pcm/dsp.c 1.6 +3 -3 src/sys/dev/sound/pcm/dsp.h 1.64 +25 -9 src/sys/dev/sound/pcm/sound.c 1.42 +3 -2 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message