From owner-p4-projects@FreeBSD.ORG Sun May 10 14:50:30 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0724E1065673; Sun, 10 May 2009 14:50:30 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B42421065672 for ; Sun, 10 May 2009 14:50:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9722F8FC14 for ; Sun, 10 May 2009 14:50:29 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AEoNr4068349 for ; Sun, 10 May 2009 14:50:23 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4AEoMfq068343 for perforce@freebsd.org; Sun, 10 May 2009 14:50:22 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 10 May 2009 14:50:22 GMT Message-Id: <200905101450.n4AEoMfq068343@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 161891 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 14:50:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=161891 Change 161891 by rene@rene_self on 2009/05/10 14:50:06 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#3 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#23 integrate .. //depot/projects/docproj_nl/www/en/community/mailinglists.sgml#4 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#3 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -375,12 +375,14 @@ To set the number of virtual channels, there are two sysctl knobs which, if you are the root user, can be set like this: - &prompt.root; sysctl hw.snd.pcm0.vchans=4 + &prompt.root; sysctl dev.pcm.0.play.vchans=4 +&prompt.root; sysctl dev.pcm.0.rec.vchans=4 &prompt.root; sysctl hw.snd.maxautovchans=4 The above example allocates four virtual channels, which is a - practical number for everyday use. hw.snd.pcm0.vchans - is the number of virtual channels pcm0 has, and is configurable + practical number for everyday use. Both dev.pcm.0.play.vchans=4 + and dev.pcm.0.rec.vchans=4 + are the number of virtual channels pcm0 has for playback and recording, and are configurable once a device has been attached. hw.snd.maxautovchans is the number of virtual channels a new audio device is given when it is attached using @@ -388,7 +390,8 @@ can be loaded independently of the hardware drivers, hw.snd.maxautovchans can store how many virtual channels any devices which are attached later will be - given. + given. Refer to &man.pcm.4; manual page for more + information. You cannot change the number of virtual channels for a @@ -400,7 +403,7 @@ your applications at /dev/dsp0.x, where x is 0 to 3 if - hw.snd.pcm.0.vchans is set to 4 as in the + dev.pcm.0.rec.vchans is set to 4 as in the above example. On a system using &man.devfs.5;, the above will automatically be allocated transparently to a program that requests /dev/dsp0. ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#23 (text+ko) ==== @@ -1,7 +1,7 @@