From a5cdbcced2a3a6c9c0e46fe73b5bd91579470976 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 11 Mar 2002 12:53:28 +0000 Subject: [PATCH] fixed comment. --- 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 8c954439..9f1ae8bb 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -5095,7 +5095,7 @@ void snd_pcm_info_set_stream(snd_pcm_info_t *obj, snd_pcm_stream_t val) * \param pcm PCM handle * \param areas Returned mmap channel areas * \param offset Returned mmap area offset in area steps (== frames) - * \param size mmap area portion size in frames (wanted on entry, contiguous available on exit) + * \param frames mmap area portion size in frames (wanted on entry, contiguous available on exit) * \return 0 on success otherwise a negative error code * * It is necessary to call the snd_pcm_avail_update() function directly before -- 2.47.1