Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_MAX_CLIENTS (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_kernel.h34 #define SNDRV_SEQ_MAX_CLIENTS 192 macro
/linux-4.4.14/sound/core/seq/
Dseq_clientmgr.c74 static char clienttablock[SNDRV_SEQ_MAX_CLIENTS];
75 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
125 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
138 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
244 c < SNDRV_SEQ_MAX_CLIENTS; in seq_create_client1()
761 for (dest = 0; dest < SNDRV_SEQ_MAX_CLIENTS; dest++) { in broadcast_event()
825 else if (event->dest.client >= SNDRV_SEQ_MAX_CLIENTS) in snd_seq_deliver_event()
1138 info.clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
2105 for (; info.client < SNDRV_SEQ_MAX_CLIENTS; info.client++) { in snd_seq_ioctl_query_next_client()
2526 snd_iprintf(buffer, " max clients : %d\n", SNDRV_SEQ_MAX_CLIENTS); in snd_seq_info_clients_read()
[all …]
Dseq_queue.h55 DECLARE_BITMAP(clients_bitmap, SNDRV_SEQ_MAX_CLIENTS);