summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Svensson <dsvensson@gmail.com>2013-04-04 23:47:19 +0200
committerTakashi Iwai <tiwai@suse.de>2013-04-05 07:36:28 +0200
commit730c833dd8b76cc280246be698980422cb1bce47 (patch)
tree42813e2cf2b6e3389d3cb8849ea8043768243811
parent02d9f316a590102aecaaad7055862ffc42258d7a (diff)
downloadalsa-lib-730c833dd8b76cc280246be698980422cb1bce47.tar.gz
pcm: fix typo, should be SND_PCM_STATE_PREPARED.
Signed-off-by: Daniel Svensson <dsvensson@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/pcm/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
index 05737d99..0868dd58 100644
--- a/src/pcm/pcm.c
+++ b/src/pcm/pcm.c
@@ -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.