mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
pcm: Fix typo in documentation: PREPARE → PREPARED.
Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
49858e7b2f
commit
3d7433a3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ to #SND_PCM_STATE_SETUP
|
|||
if successfully finishes, otherwise the state #SND_PCM_STATE_OPEN
|
||||
is entered.
|
||||
When it is brought to SETUP state, this function automatically
|
||||
calls #snd_pcm_prepare() function to bring to the PREPARE state
|
||||
calls #snd_pcm_prepare() function to bring to the PREPARED state
|
||||
as below.
|
||||
|
||||
\par snd_pcm_prepare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue