Searched refs:SNDRV_SEQ_MAX_QUEUES (Results 1 – 4 of 4) sorted by relevance
37 static struct snd_seq_queue *queue_list[SNDRV_SEQ_MAX_QUEUES];55 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in queue_list_add()147 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queues_delete()183 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in snd_seq_queue_delete()199 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in queueptr()214 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_find_name()541 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()550 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()573 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave_cells()589 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_remove_cells()[all …]
448 for (idx = 0; idx < SNDRV_SEQ_MAX_QUEUES; idx++) { in snd_seq_info_timer_read()
1173 info->queues = SNDRV_SEQ_MAX_QUEUES; in snd_seq_ioctl_system_info()
16 #define SNDRV_SEQ_MAX_QUEUES 32 macro