Searched refs:SNDRV_SEQ_GLOBAL_CLIENTS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/core/seq/
H A Dseq_clientmgr.c58 #define SNDRV_SEQ_GLOBAL_CLIENTS 16 macro
154 static char client_requested[SNDRV_SEQ_GLOBAL_CLIENTS]; snd_seq_client_use_ptr()
156 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { snd_seq_client_use_ptr()
172 int card = (clientid - SNDRV_SEQ_GLOBAL_CLIENTS) / snd_seq_client_use_ptr()
2251 if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS) snd_seq_create_kernel_client()
2258 client_index += SNDRV_SEQ_GLOBAL_CLIENTS snd_seq_create_kernel_client()

Completed in 77 milliseconds