From: Takashi Iwai Date: Thu, 4 May 2006 09:58:43 +0000 (+0200) Subject: [ALSA] Fix a typo in writing-an-alsa-driver document X-Git-Tag: accepted/tizen/common/20141203.182822~37293^2~307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7306336e818fe83f08a476c91ae2616e7fb209f;p=platform%2Fkernel%2Flinux-arm64.git [ALSA] Fix a typo in writing-an-alsa-driver document Fixed a typo in writing-an-alsa-driver document. Signed-off-by: Takashi Iwai --- diff --git a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl index db557f9..23c6c7c 100644 --- a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl +++ b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl @@ -5545,7 +5545,7 @@ struct _snd_pcm_runtime { power status. Call snd_pcm_suspend_all() to suspend the running PCM streams. If AC97 codecs are used, call - snd_ac97_resume() for each codec. + snd_ac97_suspend() for each codec. Save the register values if necessary. Stop the hardware if necessary. Disable the PCI device by calling