From: Daniel Svensson Date: Thu, 4 Apr 2013 21:47:19 +0000 (+0200) Subject: pcm: fix typo, should be SND_PCM_STATE_PREPARED. X-Git-Tag: v1.0.27~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=730c833dd8b76cc280246be698980422cb1bce47;p=alsa-lib.git pcm: fix typo, should be SND_PCM_STATE_PREPARED. Signed-off-by: Daniel Svensson Signed-off-by: Takashi Iwai --- 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.