]> git.alsa-project.org Git - alsa-lib.git/commitdiff
pcm: fix typo, should be SND_PCM_STATE_PREPARED.
authorDaniel Svensson <dsvensson@gmail.com>
Thu, 4 Apr 2013 21:47:19 +0000 (23:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Apr 2013 05:36:28 +0000 (07:36 +0200)
Signed-off-by: Daniel Svensson <dsvensson@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm.c

index 05737d9994f7e55ea96eb5a73d573efa6ae78bf9..0868dd5811b9c300ecf351fece4d752078127f2f 100644 (file)
@@ -162,7 +162,7 @@ The PCM device has accepted communication parameters and it is waiting
 for #snd_pcm_prepare() call to prepare the hardware for
 selected operation (playback or capture).
 
-\par SND_PCM_STATE_PREPARE
+\par SND_PCM_STATE_PREPARED
 The PCM device is prepared for operation. Application can use
 #snd_pcm_start() call, write or read data to start
 the operation.