Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c45 #define SNDRV_SEQ_GLOBAL_CLIENTS 16 macro
130 static DECLARE_BITMAP(client_requested, SNDRV_SEQ_GLOBAL_CLIENTS); in snd_seq_client_use_ptr()
133 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr()
148 int card = (clientid - SNDRV_SEQ_GLOBAL_CLIENTS) / in snd_seq_client_use_ptr()
2362 if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS) in snd_seq_create_kernel_client()
2368 client_index += SNDRV_SEQ_GLOBAL_CLIENTS in snd_seq_create_kernel_client()