Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 15:55:25 +0200
From:      Marc Fonvieille <blackend@freebsd.org>
To:        kuuse@redantigua.com
Cc:        freebsd-doc@freebsd.org
Subject:   Re: Handbook -> Utilizing Multiple Sound Sources
Message-ID:  <20090510135525.GA1064@gothic.blackend.org>
In-Reply-To: <db5a0e00318a7a0fa1831f8345d26d44.squirrel@webmail.redantigua.com>
References:  <20090510120010.3DABE10656DF@hub.freebsd.org> <db5a0e00318a7a0fa1831f8345d26d44.squirrel@webmail.redantigua.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090510135525.GA1064>