Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_clientmgr.c207 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1() argument
230 if (client_index < 0) { in seq_create_client1()
241 if (rcu_access_pointer(clienttab[client_index]) == NULL && in seq_create_client1()
242 !clienttablock[client_index]) { in seq_create_client1()
243 client->number = client_index; in seq_create_client1()
244 rcu_assign_pointer(clienttab[client_index], client); in seq_create_client1()
2321 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, in snd_seq_create_kernel_client() argument
2330 if (card && client_index >= SNDRV_SEQ_CLIENTS_PER_CARD) in snd_seq_create_kernel_client()
2332 if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS) in snd_seq_create_kernel_client()
2338 client_index += SNDRV_SEQ_GLOBAL_CLIENTS in snd_seq_create_kernel_client()
[all …]
/linux/include/sound/
H A Dseq_kernel.h58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,