Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dseq_kernel.h78 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
/linux-2.6.39/sound/core/seq/
Dseq_clientmgr.c218 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1() argument
241 if (client_index < 0) { in seq_create_client1()
252 if (clienttab[client_index] == NULL && !clienttablock[client_index]) { in seq_create_client1()
253 clienttab[client->number = client_index] = client; in seq_create_client1()
2224 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, in snd_seq_create_kernel_client() argument
2233 if (card && client_index >= SNDRV_SEQ_CLIENTS_PER_CARD) in snd_seq_create_kernel_client()
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()
2244 if (client_index >= SNDRV_SEQ_DYNAMIC_CLIENTS_BEGIN) in snd_seq_create_kernel_client()
2245 client_index = -1; in snd_seq_create_kernel_client()
[all …]