From kde-commits Wed Mar 31 23:13:16 2004 From: Allan Sandfeld Jensen Date: Wed, 31 Mar 2004 23:13:16 +0000 To: kde-commits Subject: arts/flow Message-Id: <20040331231316.BBFFC90CD () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108077480909256 CVS commit by carewolf: Less stuttering with large(>8192) dmix buffers. M +1 -1 audioioalsa9.cc 1.9 --- arts/flow/audioioalsa9.cc #1.8:1.9 @@ -335,5 +335,5 @@ int AudioIOALSA::poll2iomanager(int poll types |= IOType::except; - return types; + return types | IOType::reentrant; }