|
|
@@ -91,7 +91,7 @@ static void usage (FILE *file) |
|
|
static int JackStart(jack_driver_desc_t* driver_desc, JSList* driver_params, int sync, int time_out_ms, int rt, int priority, int loopback, int verbose) |
|
|
static int JackStart(jack_driver_desc_t* driver_desc, JSList* driver_params, int sync, int time_out_ms, int rt, int priority, int loopback, int verbose) |
|
|
{ |
|
|
{ |
|
|
printf("Jackdmp: sync = %ld timeout = %ld rt = %ld priority = %ld verbose = %ld \n", sync, time_out_ms, rt, priority, verbose); |
|
|
printf("Jackdmp: sync = %ld timeout = %ld rt = %ld priority = %ld verbose = %ld \n", sync, time_out_ms, rt, priority, verbose); |
|
|
fServer = new JackServer(sync, time_out_ms, rt, priority, loopback, verbose); |
|
|
|
|
|
|
|
|
fServer = new JackServer(sync, temporary, time_out_ms, rt, priority, loopback, verbose); |
|
|
int res = fServer->Open(driver_desc, driver_params); |
|
|
int res = fServer->Open(driver_desc, driver_params); |
|
|
return (res < 0) ? res : fServer->Start(); |
|
|
return (res < 0) ? res : fServer->Start(); |
|
|
} |
|
|
} |
|
|
|