Laxmi Devi

Results 6 comments of Laxmi Devi

Hello, I was able to reproduce the issue mentioned in : https://github.com/jackaudio/jack2/issues/395 With the below script ``` #!/bin/sh export JACK_PROMISCUOUS_SERVER=jack; ulimit -r80 -l100000 a=0 while [ $a -lt 60 ]...

> Can you outline a scenario in which jackd can benefit from the patch? > IIUC it's allowing for a better handling of jackd behavior when it has "lost" its...

Hello @falkTX Actually these 2 Macros are different in the below sense: MAX_RECOVERY_RETRY : is used for an XRUN . MAX_RETRY_COUNT : This is used for poll timing out. So...

Hello @falkTX , @okay, but then please put the 2nd macro together with the other ones in the header file. ->Currently the Macro is in JackAlsaDriver.cpp, So should I move...

Hello @falkTX , I have moved the macros from linux/alsa/JackAlsaDriver.cpp to linux/alsa/JackAlsaDriver.h. But there were some macros already present in linux/alsa/alsa_driver.c so I retained the new macro in the same...

Hello @falkTX , I have resolved the merge conflicts