svn commit: r40929 - head/en_US.ISO8859-1/books/arch-handbook/sound
Rene Ladan
rene at FreeBSD.org
Mon Feb 11 00:08:44 UTC 2013
Author: rene
Date: Mon Feb 11 00:08:43 2013
New Revision: 40929
URL: http://svnweb.freebsd.org/changeset/doc/40929
Log:
Some 'igor -z' improvements.
Approved by: gjb (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml Mon Feb 11 00:08:08 2013 (r40928)
+++ head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml Mon Feb 11 00:08:43 2013 (r40929)
@@ -17,7 +17,7 @@
<!-- 23 November 2001 -->
</chapterinfo>
- <title>Sound subsystem</title>
+ <title>Sound Subsystem</title>
<sect1 id="oss-intro">
<title>Introduction</title>
@@ -96,7 +96,7 @@
</sect1>
<sect1 id="pcm-probe-and-attach">
- <title>Probing, attaching, etc.</title>
+ <title>Probing, Attaching, etc.</title>
<para>Sound drivers probe and attach in almost the same way as any
hardware driver module. You might want to look at the <link
@@ -213,10 +213,10 @@
<devicename>pcm</devicename>.</para>
<sect2>
- <title>The CHANNEL interface</title>
+ <title>The CHANNEL Interface</title>
<sect3>
- <title>Common notes for function parameters</title>
+ <title>Common Notes for Function Parameters</title>
<para>Sound drivers usually have a private data structure to
describe their device, and one structure for each play and
@@ -234,7 +234,7 @@
</sect3>
<sect3>
- <title>Overview of data transfer operations</title>
+ <title>Overview of Data Transfer Operations</title>
<para>For sound data transfers, the
<devicename>pcm</devicename> core and the sound drivers
@@ -521,7 +521,7 @@
</sect3>
<sect3>
- <title>More functions</title>
+ <title>More Functions</title>
<para><function>channel_reset()</function>,
<function>channel_resetdone()</function>, and
@@ -535,7 +535,7 @@
</sect2>
<sect2>
- <title>The MIXER interface</title>
+ <title>The MIXER Interface</title>
<sect3 id="xxxmixer-init">
<title>mixer_init</title>
@@ -656,7 +656,7 @@
</sect2>
<sect2>
- <title>The AC97 interface</title>
+ <title>The AC97 Interface</title>
<indexterm><primary>AC97</primary></indexterm>
More information about the svn-doc-head
mailing list