From owner-freebsd-doc@FreeBSD.ORG Sun May 10 13:55:29 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12E4C106566C for ; Sun, 10 May 2009 13:55:29 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD308FC18 for ; Sun, 10 May 2009 13:55:27 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id n4ADtQEE041303; Sun, 10 May 2009 15:55:26 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.1) with ESMTP id n4ADtQTH094416; Sun, 10 May 2009 15:55:26 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id n4ADtPMj094415; Sun, 10 May 2009 15:55:25 +0200 (CEST) (envelope-from marc) Date: Sun, 10 May 2009 15:55:25 +0200 From: Marc Fonvieille To: kuuse@redantigua.com Message-ID: <20090510135525.GA1064@gothic.blackend.org> References: <20090510120010.3DABE10656DF@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.2-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-doc@freebsd.org Subject: Re: Handbook -> Utilizing Multiple Sound Sources X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 13:55:29 -0000 On Sun, May 10, 2009 at 02:30:04PM +0200, kuuse@redantigua.com wrote: > Hello, > > I'm new to the freebsd-doc list, so if this isn't the correct way to > request for document changes, please let me know. > > In the FreeBSD Handbook, 7.2 Setting Up the Sound Card > http://www.freebsd.org/doc/en/books/handbook/sound-setup.html > in the subsection > 7.2.3 Utilizing Multiple Sound Sources > the following information is out of date: > > # OUT OF DATE > # sysctl hw.snd.pcm0.vchans=4 > # sysctl hw.snd.maxautovchans=4 > > # WORKS ON FREEBSD 7.2 > sysctl dev.pcm.0.play.vchans=4 > sysctl dev.pcm.0.rec.vchans=4 > > It would also be convenient to have a reference to the pcm(4) man page in > this subsection: > http://www.freebsd.org/cgi/man.cgi?query=pcm&sektion=4 > Thanks for the catch. I updated the information and kept hw.snd.maxautovchans=4 since this one is still correct. I also added a reference to pcm(4) manual page as you suggested it. -- Marc