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];56 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in queue_list_add()155 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queues_delete()191 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in snd_seq_queue_delete()208 if (queueid < 0 || queueid >= SNDRV_SEQ_MAX_QUEUES) in queueptr()224 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_find_name()562 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()571 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave()594 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_client_leave_cells()610 for (i = 0; i < SNDRV_SEQ_MAX_QUEUES; i++) { in snd_seq_queue_remove_cells()[all …]
485 for (idx = 0; idx < SNDRV_SEQ_MAX_QUEUES; idx++) { in snd_seq_info_timer_read()
1177 info->queues = SNDRV_SEQ_MAX_QUEUES; in snd_seq_ioctl_system_info()
16 #define SNDRV_SEQ_MAX_QUEUES 32 macro
Completed in 11 milliseconds