From: Jaroslav Kysela Date: Thu, 4 Oct 2001 16:59:23 +0000 (+0000) Subject: Changed retval for snd_pcm_resume X-Git-Tag: v1.0.3~654 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=de0c7fd204adb635bde3062d67a848f20f29128c;p=alsa-lib.git Changed retval for snd_pcm_resume --- diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 106fb103..2397cc28 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -284,7 +284,7 @@ int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) * \brief Resume from suspend, no samples are lost * \param pcm PCM handle * \return 0 on success otherwise a negative error code - * \retval -EBUSY resume can't be proceed immediately (audio hardware is probably still suspended) + * \retval -EAGAIN resume can't be proceed immediately (audio hardware is probably still suspended) * \retval -ENOSYS hardware doesn't support this feature * * This function can be used when the stream is in the suspend state