Some 'igor -z' improvements.

Approved by:	gjb (mentor)
This commit is contained in:
Rene Ladan 2013-02-11 00:08:43 +00:00
parent 7cd6d948e5
commit 1b76f97228
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40929

View file

@ -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>