Re: please test pcm channel patch

2003-12-03 Thread Mathew Kanner
On Dec 03, Sean Chittenden wrote: > > > Hello All, > > > Please test this PCM patch. It creates seperate locking > > > classes for PCM channels and should prevent the warning where > > > multiple mutexes from the same class are held (as reported > > > recently). I believe this to be a good stra

Re: please test pcm channel patch

2003-12-03 Thread Mathew Kanner
On Dec 03, Sean Chittenden wrote: > > > Hello All, > > > Please test this PCM patch. It creates seperate locking > > > classes for PCM channels and should prevent the warning where > > > multiple mutexes from the same class are held (as reported > > > recently). I believe this to be a good stra

Re: please test pcm channel patch

2003-12-03 Thread Sean Chittenden
> > Hello All, > > Please test this PCM patch. It creates seperate locking > > classes for PCM channels and should prevent the warning where > > multiple mutexes from the same class are held (as reported > > recently). I believe this to be a good strategy as it masks fewer > > errors. > > I

Re: please test pcm channel patch

2003-12-03 Thread Sean Chittenden
> Hello All, > Please test this PCM patch. It creates seperate locking > classes for PCM channels and should prevent the warning where > multiple mutexes from the same class are held (as reported > recently). I believe this to be a good strategy as it masks fewer > errors. I can confirm th

please test pcm channel patch

2003-12-02 Thread Mathew Kanner
Hello All, Please test this PCM patch. It creates seperate locking classes for PCM channels and should prevent the warning where multiple mutexes from the same class are held (as reported recently). I believe this to be a good strategy as it masks fewer errors. Thanks, --