Re: persisting jack_connect problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



----- "Julien Claassen" <julien@xxxxxxxx> wrote:
>    There is a callback in jack_connect, which is given to jack. It
> just sets a 
> simple integer from 0 to 1. Somewhere in the program (after the
> connection 
> call), there's a while-loop waitng for this variable to become 1. I
> suspect, 
> there it sticks. Couldn't see any other problem there. Well maybe the

try to change:
int done = 0;
to:
int volatile done = 0;
in example-clients/connect.c
(if that's the place you're talking about)
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user


[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux