PERFORCE change 161891 for review
Rene Ladan
rene at FreeBSD.org
Sun May 10 14:50:31 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=161891
Change 161891 by rene at 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 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml,v 1.130 2008/10/21 20:02:12 blackend Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml,v 1.131 2009/05/10 13:53:56 blackend Exp $
-->
<chapter id="multimedia">
@@ -375,12 +375,14 @@
<para>To set the number of virtual channels, there are two sysctl
knobs which, if you are the <username>root</username> user, can
be set like this:</para>
- <screen>&prompt.root; <userinput>sysctl hw.snd.pcm0.vchans=4</userinput>
+ <screen>&prompt.root; <userinput>sysctl dev.pcm.0.play.vchans=4</userinput>
+&prompt.root; <userinput>sysctl dev.pcm.0.rec.vchans=4</userinput>
&prompt.root; <userinput>sysctl hw.snd.maxautovchans=4</userinput></screen>
<para>The above example allocates four virtual channels, which is a
- practical number for everyday use. <varname>hw.snd.pcm0.vchans</varname>
- is the number of virtual channels <devicename>pcm0</devicename> has, and is configurable
+ practical number for everyday use. Both <varname>dev.pcm.0.play.vchans=4</varname>
+ and <varname>dev.pcm.0.rec.vchans=4</varname>
+ are the number of virtual channels <devicename>pcm0</devicename> has for playback and recording, and are configurable
once a device has been attached.
<literal>hw.snd.maxautovchans</literal> 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,
<varname>hw.snd.maxautovchans</varname> can store how many
virtual channels any devices which are attached later will be
- given.</para>
+ given. Refer to &man.pcm.4; manual page for more
+ information.</para>
<note>
<para>You cannot change the number of virtual channels for a
@@ -400,7 +403,7 @@
your applications at
<filename>/dev/dsp0</filename>.<replaceable>x</replaceable>,
where <replaceable>x</replaceable> is 0 to 3 if
- <varname>hw.snd.pcm.0.vchans</varname> is set to 4 as in the
+ <varname>dev.pcm.0.rec.vchans</varname> 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 <filename>/dev/dsp0</filename>.</para>
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml#23 (text+ko) ====
@@ -1,7 +1,7 @@
<!--
The FreeBSD Dutch Documentation Project
- $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.23 2009/05/04 10:05:55 rene Exp $
+ $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.24 2009/05/09 19:40:36 rene Exp $
$FreeBSDnl: doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.46 2006/08/24 22:42:29 remko Exp $
Vertaald door: Siebrand Mazeland
==== //depot/projects/docproj_nl/www/en/community/mailinglists.sgml#4 (text+ko) ====
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.17 2009/04/02 09:25:50 pgj Exp $">
+<!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.18 2009/05/10 12:01:16 jkois Exp $">
<!ENTITY title "Mailing Lists">
<!ENTITY % navinclude.community "INCLUDE">
]>
@@ -47,7 +47,7 @@
<li><strong>German</strong> -- <a
href="http://www.freebsd.de/mailinglists.html">Administration</a>
- or <a href="http://univ.dyndns.org/freebsd/search-de/">Search</a>.</li>
+ or <a href="http://www.freebsd.de">Search</a>.</li>
<li><strong>French</strong> -- <a
href="mailto:listserver at FreeBSD-fr.org">listserver at FreeBSD-fr.org</a>
More information about the p4-projects
mailing list