[alsa-devel] [PATCH] pcm: Fix typo in documentation: PREPARE → PREPARED.
Signed-off-by: Jordi Mallach jordi@debian.org --- src/pcm/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 438fb3f..7ec1f0e 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -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
At Fri, 17 May 2013 18:25:51 +0200, Jordi Mallach wrote:
Signed-off-by: Jordi Mallach jordi@debian.org
Thanks, applied.
Takashi
src/pcm/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 438fb3f..7ec1f0e 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -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
1.7.10.4
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Jordi Mallach
-
Takashi Iwai