[Patch]: fhandler_dsp.cc

2004-08-13 Thread Pierre A. Humblet
This patch to fhandler_dsp.cc fixes all issues with dup and redirection, using archetypes. It also takes care of not freezing Win9X (that was a real pain to debug). It passes the testsuite (slightly modified, patch coming), as well as all my tests. The logic of the interface to Windows audio

RE: [Patch]: fhandler_dsp.cc

2004-08-14 Thread Gerd Spalink
Hello, After some busy weeks with no spare time for cygwin and before leaving for two weeks of summer vacation, I looked briefly at your patch. Your patch looks quite good. But I used two queues for a purpose: isr2app: buffers that have been Prepared and must be Unprepared before use app2app: bu

RE: [Patch]: fhandler_dsp.cc

2004-08-14 Thread Pierre A. Humblet
At 04:36 PM 8/14/2004 +0200, Gerd Spalink wrote: >Hello, > >After some busy weeks with no spare time for cygwin and before leaving for >two weeks of summer vacation, I looked briefly at your patch. > >Your patch looks quite good. But I used two queues for a purpose: >isr2app: buffers that have bee

RE: [Patch]: fhandler_dsp.cc

2004-08-16 Thread Pierre A. Humblet
Following Gerd's comments, here is an updated patch that also improves the internal error handling. It follows Gerd's approach. He has not answered my previous e-mail but he has indicated he would be in vacation for two weeks, so this is not unexpected. I have also verified that the code passes

Re: [Patch]: fhandler_dsp.cc

2004-08-17 Thread Corinna Vinschen
On Aug 16 23:04, Pierre A. Humblet wrote: > Following Gerd's comments, here is an updated patch that also improves > the internal error handling. It follows Gerd's approach. > > He has not answered my previous e-mail but he has indicated he would > be in vacation for two weeks, so this is not une

Re: [Patch]: fhandler_dsp.cc

2004-08-21 Thread Christopher Faylor
On Mon, Aug 16, 2004 at 11:04:00PM -0400, Pierre A. Humblet wrote: >Following Gerd's comments, here is an updated patch that also improves >the internal error handling. It follows Gerd's approach. > >He has not answered my previous e-mail but he has indicated he would >be in vacation for two weeks

Re: [Patch]: fhandler_dsp.cc

2004-08-21 Thread Pierre A. Humblet
At 09:55 AM 8/21/2004 -0400, Christopher Faylor wrote: >On Mon, Aug 16, 2004 at 11:04:00PM -0400, Pierre A. Humblet wrote: >>Following Gerd's comments, here is an updated patch that also improves >>the internal error handling. It follows Gerd's approach. >> >>He has not answered my previous e-mail