Lines Matching refs:slave
85 static int slave = 0; /* allow external sync */
175 if (!slave && !shared_queue)
186 if (slave) {
261 if (!slave)
446 fprintf(stderr, " -s queue: slave mode (allow external clock synchronization)\n");
475 slave = 1;
502 /* Here we open the device in read/write for slave mode. */
503 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0);
517 /* if running in slave mode, also listen for a START event */
518 if (slave)
563 if (slave) {