Commit 132b0c2c authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

Documentation
minor corrections for the recent updates.
parent d7e040ee
...@@ -341,10 +341,6 @@ ...@@ -341,10 +341,6 @@
drivers will be on pci directory, because its API is identical drivers will be on pci directory, because its API is identical
with the standard PCI cards. with the standard PCI cards.
</para> </para>
<para>
At this moment, only VX-pocket driver exists.
</para>
</section> </section>
<section id="file-tree-oss-directory"> <section id="file-tree-oss-directory">
...@@ -4094,14 +4090,11 @@ struct _snd_pcm_runtime { ...@@ -4094,14 +4090,11 @@ struct _snd_pcm_runtime {
The <structfield>wait</structfield> callback is used for a The <structfield>wait</structfield> callback is used for a
certain wait at the standard initialization of the codec. If the certain wait at the standard initialization of the codec. If the
chip requires the extra wait-time, define this callback. chip requires the extra wait-time, define this callback.
This callback is always non-atomic, because it's never called
in the resume mode.
</para> </para>
<para> <para>
The <structfield>init</structfield> callback is used for The <structfield>init</structfield> callback is used for
additional initialization of the codec. This callback is called additional initialization of the codec.
after the reset, and should be atomic in the resume mode.
</para> </para>
</section> </section>
...@@ -4674,10 +4667,7 @@ struct _snd_pcm_runtime { ...@@ -4674,10 +4667,7 @@ struct _snd_pcm_runtime {
</programlisting> </programlisting>
</informalexample> </informalexample>
Note that you have to pre-allocate to use this function Note that you have to pre-allocate to use this function.
(i.e. you cannot use this function for
<link linkend="buffer-and-memory-non-contiguous"><citetitle>
a scatter-gather buffer</citetitle></link>).
</para> </para>
</section> </section>
...@@ -4905,6 +4895,8 @@ struct _snd_pcm_runtime { ...@@ -4905,6 +4895,8 @@ struct _snd_pcm_runtime {
When a SG-handler is used, you need to set When a SG-handler is used, you need to set
<function>snd_pcm_sgbuf_ops_page</function> as <function>snd_pcm_sgbuf_ops_page</function> as
the <structfield>page</structfield> callback. the <structfield>page</structfield> callback.
(See <link linkend="pcm-interface-operators-page-callback">
<citetitle>page callback section</citetitle></link>.)
</para> </para>
<para> <para>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment