Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dseq_kernel.h19 #define SNDRV_SEQ_MAX_CLIENTS 192 macro
/linux/sound/core/seq/
H A Dseq_clientmgr.c61 static char clienttablock[SNDRV_SEQ_MAX_CLIENTS];
62 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
101 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
113 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in client_use_ptr()
225 c < SNDRV_SEQ_MAX_CLIENTS; in seq_create_client1()
1144 info->clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
1974 for (; info->client < SNDRV_SEQ_MAX_CLIENTS; info->client++) { in snd_seq_ioctl_query_next_client()
2596 snd_iprintf(buffer, " max clients : %d\n", SNDRV_SEQ_MAX_CLIENTS); in snd_seq_info_clients_read()
2600 for (c = 0; c < SNDRV_SEQ_MAX_CLIENTS; c++) { in snd_seq_info_clients_read()