mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[ALSA] Fix a typo in writing-an-alsa-driver document
Fixed a typo in writing-an-alsa-driver document. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
520290e43f
commit
a7306336e8
1 changed files with 1 additions and 1 deletions
|
@ -5545,7 +5545,7 @@ struct _snd_pcm_runtime {
|
||||||
power status.</para></listitem>
|
power status.</para></listitem>
|
||||||
<listitem><para>Call <function>snd_pcm_suspend_all()</function> to suspend the running PCM streams.</para></listitem>
|
<listitem><para>Call <function>snd_pcm_suspend_all()</function> to suspend the running PCM streams.</para></listitem>
|
||||||
<listitem><para>If AC97 codecs are used, call
|
<listitem><para>If AC97 codecs are used, call
|
||||||
<function>snd_ac97_resume()</function> for each codec.</para></listitem>
|
<function>snd_ac97_suspend()</function> for each codec.</para></listitem>
|
||||||
<listitem><para>Save the register values if necessary.</para></listitem>
|
<listitem><para>Save the register values if necessary.</para></listitem>
|
||||||
<listitem><para>Stop the hardware if necessary.</para></listitem>
|
<listitem><para>Stop the hardware if necessary.</para></listitem>
|
||||||
<listitem><para>Disable the PCI device by calling
|
<listitem><para>Disable the PCI device by calling
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue