Searched refs:system_client (Results 1 – 1 of 1) sorted by relevance
30 static int system_client = -1; /* ALSA sequencer client number */ variable48 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)54 snd_seq_oss_midi_lookup_ports(system_client); in async_call_lookup_ports()81 system_client = rc; in snd_seq_oss_create_client()86 port->addr.client = system_client; in snd_seq_oss_create_client()104 subs.dest.client = system_client; in snd_seq_oss_create_client()133 if (ev->data.addr.client == system_client) in receive_announce()142 if (ev->data.addr.client == system_client) in receive_announce()159 if (system_client >= 0) in snd_seq_oss_delete_client()160 snd_seq_delete_kernel_client(system_client); in snd_seq_oss_delete_client()[all …]