Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/seq/
Dseq_clientmgr.c57 #define SNDRV_SEQ_GLOBAL_CLIENTS 16 macro
153 static char client_requested[SNDRV_SEQ_GLOBAL_CLIENTS]; in snd_seq_client_use_ptr()
155 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr()
171 int card = (clientid - SNDRV_SEQ_GLOBAL_CLIENTS) / in snd_seq_client_use_ptr()
2235 if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS) in snd_seq_create_kernel_client()
2242 client_index += SNDRV_SEQ_GLOBAL_CLIENTS in snd_seq_create_kernel_client()