Commit a7306336e818fe83f08a476c91ae2616e7fb209f
Committed by
Jaroslav Kysela
1 parent
520290e43f
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
| ... | ... | @@ -5545,7 +5545,7 @@ |
| 5545 | 5545 | power status.</para></listitem> |
| 5546 | 5546 | <listitem><para>Call <function>snd_pcm_suspend_all()</function> to suspend the running PCM streams.</para></listitem> |
| 5547 | 5547 | <listitem><para>If AC97 codecs are used, call |
| 5548 | - <function>snd_ac97_resume()</function> for each codec.</para></listitem> | |
| 5548 | + <function>snd_ac97_suspend()</function> for each codec.</para></listitem> | |
| 5549 | 5549 | <listitem><para>Save the register values if necessary.</para></listitem> |
| 5550 | 5550 | <listitem><para>Stop the hardware if necessary.</para></listitem> |
| 5551 | 5551 | <listitem><para>Disable the PCI device by calling |