]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/DocBook/writing-an-alsa-driver.tmpl
Merge branches 'acpi-scan' and 'acpi-video'
[karo-tx-linux.git] / Documentation / DocBook / writing-an-alsa-driver.tmpl
index d0056a4e9c53fc9e455ec5eaad518074dbc5b152..6f639d9530b51b69394a83c1d29e9ee2a42bce32 100644 (file)
@@ -5696,7 +5696,7 @@ struct _snd_pcm_runtime {
        suspending the PCM operations via
        <function>snd_pcm_suspend_all()</function> or
        <function>snd_pcm_suspend()</function>.  It means that the PCM
-       streams are already stoppped when the register snapshot is
+       streams are already stopped when the register snapshot is
        taken.  But, remember that you don't have to restart the PCM
        stream in the resume callback. It'll be restarted via 
        trigger call with <constant>SNDRV_PCM_TRIGGER_RESUME</constant>