mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-08 13:30:03 -05:00
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:
parent
02d9f316a5
commit
730c833dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue