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; }