Re: [LAU] persisting jack_connect problem

From: Cedric Roux <sed@email-addr-hidden>
Date: Mon Mar 28 2011 - 10:56:52 EEST

----- "Julien Claassen" <julien@email-addr-hidden-lab.de> 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@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Mon Mar 28 12:15:01 2011

This archive was generated by hypermail 2.1.8 : Mon Mar 28 2011 - 12:15:02 EEST