Re: [Alsa-devel] HDSP midi debugged

2003-06-29 Thread Marcus Andersson
Jaroslav Kysela wrote: > > On Fri, 27 Jun 2003, Marcus Andersson wrote: > > > Hi, > > > > I have found the reason for the loss of input bytes on the hdsp midi, > > but I don't know how to correctly fix it. > > > > The function snd_hdsp_midi_input_trigger() is repeatedly called with > > up==true.

Re: [Alsa-devel] HDSP midi debugged

2003-06-27 Thread Jaroslav Kysela
On Fri, 27 Jun 2003, Marcus Andersson wrote: > Hi, > > I have found the reason for the loss of input bytes on the hdsp midi, > but I don't know how to correctly fix it. > > The function snd_hdsp_midi_input_trigger() is repeatedly called with > up==true. This results in the input being flushed. D

[Alsa-devel] HDSP midi debugged

2003-06-27 Thread Marcus Andersson
Hi, I have found the reason for the loss of input bytes on the hdsp midi, but I don't know how to correctly fix it. The function snd_hdsp_midi_input_trigger() is repeatedly called with up==true. This results in the input being flushed. Definitely not good. Can someone tell me what this function