Searched refs:SNDRV_SEQ_MAX_QUEUES (Results 1 – 4 of 4) sorted by relevance
50 static struct snd_seq_queue *queue_list[SNDRV_SEQ_MAX_QUEUES];69 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in queue_list_add()168 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queues_delete()204 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in snd_seq_queue_delete()221 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in queueptr()237 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_find_name()556 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_termination()582 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()590 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()612 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave_cells()[all …]
479 for (idx = 0; idx < SNDRV_SEQ_MAX_QUEUES; idx++) { in snd_seq_info_timer_read()
1150 info->queues = SNDRV_SEQ_MAX_QUEUES; in snd_seq_ioctl_system_info()
31 #define SNDRV_SEQ_MAX_QUEUES 32 macro