From owner-cvs-all Sun Dec 19 7:27:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E5B714C48; Sun, 19 Dec 1999 07:27:26 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55104; Sun, 19 Dec 1999 07:27:26 -0800 (PST) (envelope-from cg@FreeBSD.org) Message-Id: <199912191527.HAA55104@freefall.freebsd.org> From: Cameron Grant Date: Sun, 19 Dec 1999 07:27:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 1999/12/19 07:27:26 PST Modified files: sys/dev/sound/pcm sound.c Log: move make_dev operations for audio channels to pcm_addchan(). in theory, with modifications to MAKEDEV this will allow use of multiple output streams on cards supporting it, eg trident 4dwave. Revision Changes Path 1.12 +12 -11 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message