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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_dummy.c82 static int my_client = -1; variable
159 rec->client = my_client;
163 pinfo.addr.client = my_client;
183 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) {
206 my_client = snd_seq_create_kernel_client(NULL, SNDRV_SEQ_CLIENT_DUMMY,
208 if (my_client < 0)
209 return my_client;
215 snd_seq_delete_kernel_client(my_client);
221 snd_seq_delete_kernel_client(my_client);
238 if (my_client >
[all...]

Completed in 97 milliseconds