system_client      30 sound/core/seq/oss/seq_oss_init.c static int system_client = -1; /* ALSA sequencer client number */
system_client      48 sound/core/seq/oss/seq_oss_init.c #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
system_client      54 sound/core/seq/oss/seq_oss_init.c 	snd_seq_oss_midi_lookup_ports(system_client);
system_client      81 sound/core/seq/oss/seq_oss_init.c 	system_client = rc;
system_client      86 sound/core/seq/oss/seq_oss_init.c 	port->addr.client = system_client;
system_client     104 sound/core/seq/oss/seq_oss_init.c 		subs.dest.client = system_client;
system_client     133 sound/core/seq/oss/seq_oss_init.c 		if (ev->data.addr.client == system_client)
system_client     142 sound/core/seq/oss/seq_oss_init.c 		if (ev->data.addr.client == system_client)
system_client     159 sound/core/seq/oss/seq_oss_init.c 	if (system_client >= 0)
system_client     160 sound/core/seq/oss/seq_oss_init.c 		snd_seq_delete_kernel_client(system_client);
system_client     181 sound/core/seq/oss/seq_oss_init.c 	dp->cseq = system_client;
system_client     354 sound/core/seq/oss/seq_oss_init.c 	qinfo.owner = system_client;
system_client     482 sound/core/seq/oss/seq_oss_init.c 	snd_iprintf(buf, "ALSA client number %d\n", system_client);