From 9165bee69cd8977a486c3eb58169bb1ee051d9bf Mon Sep 17 00:00:00 2001 From: kaiv Date: Thu, 28 Aug 2003 18:59:47 +0000 Subject: [PATCH] Changed description of the closed item to match the actual bug. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@481 0c269be4-1314-0410-8aa9-9f06e86f4224 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 92bdb91..5543a38 100644 --- a/TODO +++ b/TODO @@ -43,7 +43,7 @@ TO THINK ABOUT CLOSED (date,who,comment) -- alsa_pcm: make sure that returned nframes is less than buffersize (2003/08/27,fixed,kaiv) +- make sure that process callbacks always have nframes equal to buffersize (2003/08/27,done,kaiv) - add Paul's graph/subgraph explanation to the design doc (2003/08/27,done,kaiv) - add support for custom jackd --tmpdir in libjack (2003/05/06,done,jesse) - capture_client has pthread_mutex_lock() in its process() (2003/05/30,fixed,joq)