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>
This commit is contained in:
Daniel Svensson 2013-04-04 23:47:19 +02:00 committed by Takashi Iwai
parent 02d9f316a5
commit 730c833dd8

View 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.