Home | History | Annotate | Download | only in sound

Lines Matching defs:queue

73 #define	SNDRV_SEQ_EVENT_SETPOS_TICK	33	/* set tick queue position */
74 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
248 /* queue timer control */
250 unsigned char queue; /* affected queue */
276 unsigned char queue; /* schedule queue */
289 struct snd_seq_ev_queue_control queue;
393 unsigned char queue; /* Queue for REMOVE_DEST */
462 unsigned char time_queue; /* queue # for timestamping */
467 /* queue flags */
470 /* queue information */
472 int queue; /* queue id */
475 * security settings, only owner of this queue can start/stop timer
476 * etc. if the queue is locked for other clients
478 queue */
479 unsigned locked:1; /* timing queue locked for other queues */
480 char name[64]; /* name of this queue */
486 /* queue info/status */
488 int queue; /* queue id */
489 int events; /* read-only - queue size */
492 int running; /* running state of queue */
498 /* queue tempo */
500 int queue; /* sequencer queue */
503 unsigned int skew_value; /* queue skew */
504 unsigned int skew_base; /* queue skew base */
514 /* queue timer info */
516 int queue; /* sequencer queue */
529 int queue; /* sequencer queue */
531 int used; /* queue is used with this client
547 unsigned char queue; /* input time-stamp queue (optional) */
562 unsigned char queue; /* R/O: result */