From 992a3b3ec8ec85f27fb6fcc1d330b40d3bdc0d94 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 31 Oct 2018 01:09:14 +0200 Subject: remove outdated comment --- libasound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libasound.c') diff --git a/libasound.c b/libasound.c index 74cc4f5..96a25db 100644 --- a/libasound.c +++ b/libasound.c @@ -303,7 +303,6 @@ snd_pcm_avail(snd_pcm_t *pcm) int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) { - // FIXME: not correct, but fine since we force blocking for now if (delayp) *delayp = pcm->written - pcm->position; return 0; } -- cgit v1.2.3