[alsa-devel] [PATCH] pcm: fix typo, should be SND_PCM_STATE_PREPARED.

Takashi Iwai tiwai at suse.de
Fri Apr 5 07:40:25 CEST 2013


At Thu,  4 Apr 2013 23:47:19 +0200,
dsvensson at gmail.com wrote:
> 
> From: Daniel Svensson <dsvensson at gmail.com>
> 
> Signed-off-by: Daniel Svensson <dsvensson at gmail.com>

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 05737d9..0868dd5 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.
> -- 
> 1.7.12.4 (Apple Git-37)
> 


More information about the Alsa-devel mailing list