client_index       58 include/sound/seq_kernel.h int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
client_index      224 sound/core/seq/seq_clientmgr.c static struct snd_seq_client *seq_create_client1(int client_index, int poolsize)
client_index      247 sound/core/seq/seq_clientmgr.c 	if (client_index < 0) {
client_index      258 sound/core/seq/seq_clientmgr.c 		if (clienttab[client_index] == NULL && !clienttablock[client_index]) {
client_index      259 sound/core/seq/seq_clientmgr.c 			clienttab[client->number = client_index] = client;
client_index     2181 sound/core/seq/seq_clientmgr.c int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
client_index     2190 sound/core/seq/seq_clientmgr.c 	if (card && client_index >= SNDRV_SEQ_CLIENTS_PER_CARD)
client_index     2192 sound/core/seq/seq_clientmgr.c 	if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS)
client_index     2198 sound/core/seq/seq_clientmgr.c 		client_index += SNDRV_SEQ_GLOBAL_CLIENTS
client_index     2200 sound/core/seq/seq_clientmgr.c 		if (client_index >= SNDRV_SEQ_DYNAMIC_CLIENTS_BEGIN)
client_index     2201 sound/core/seq/seq_clientmgr.c 			client_index = -1;
client_index     2205 sound/core/seq/seq_clientmgr.c 	client = seq_create_client1(client_index, 0);