Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
132b0c2c
Commit
132b0c2c
authored
Nov 26, 2003
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
Documentation minor corrections for the recent updates.
parent
d7e040ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
+4
-12
No files found.
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
View file @
132b0c2c
...
...
@@ -341,10 +341,6 @@
drivers will be on pci directory, because its API is identical
with the standard PCI cards.
</para>
<para>
At this moment, only VX-pocket driver exists.
</para>
</section>
<section
id=
"file-tree-oss-directory"
>
...
...
@@ -4094,14 +4090,11 @@ struct _snd_pcm_runtime {
The
<structfield>
wait
</structfield>
callback is used for a
certain wait at the standard initialization of the codec. If the
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>
The
<structfield>
init
</structfield>
callback is used for
additional initialization of the codec. This callback is called
after the reset, and should be atomic in the resume mode.
additional initialization of the codec.
</para>
</section>
...
...
@@ -4674,10 +4667,7 @@ struct _snd_pcm_runtime {
</programlisting>
</informalexample>
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>
).
Note that you have to pre-allocate to use this function.
</para>
</section>
...
...
@@ -4905,6 +4895,8 @@ struct _snd_pcm_runtime {
When a SG-handler is used, you need to set
<function>
snd_pcm_sgbuf_ops_page
</function>
as
the
<structfield>
page
</structfield>
callback.
(See
<link
linkend=
"pcm-interface-operators-page-callback"
>
<citetitle>
page callback section
</citetitle></link>
.)
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment