summaryrefslogtreecommitdiff
path: root/libasound.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasound.c')
-rw-r--r--libasound.c1
1 files changed, 0 insertions, 1 deletions
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;
}