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

/linux-4.1.27/include/sound/
H A Dseq_kernel.h72 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
/linux-4.1.27/sound/core/seq/
H A Dseq_clientmgr.c219 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) seq_create_client1() argument
242 if (client_index < 0) { seq_create_client1()
253 if (clienttab[client_index] == NULL && !clienttablock[client_index]) { seq_create_client1()
254 clienttab[client->number = client_index] = client; seq_create_client1()
2240 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, snd_seq_create_kernel_client() argument
2249 if (card && client_index >= SNDRV_SEQ_CLIENTS_PER_CARD) snd_seq_create_kernel_client()
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()
2260 if (client_index >= SNDRV_SEQ_DYNAMIC_CLIENTS_BEGIN) snd_seq_create_kernel_client()
2261 client_index = -1; snd_seq_create_kernel_client()
2265 client = seq_create_client1(client_index, 0); snd_seq_create_kernel_client()

Completed in 108 milliseconds