]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Changed retval for snd_pcm_resume
authorJaroslav Kysela <perex@perex.cz>
Thu, 4 Oct 2001 16:59:23 +0000 (16:59 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Oct 2001 16:59:23 +0000 (16:59 +0000)
src/pcm/pcm.c

index 106fb103994411b8b324f78a77816721bf054493..2397cc2842fe2409da3ca128c13a823c05cf449e 100644 (file)
@@ -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