Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_init.c43 static int system_client = -1; /* ALSA sequencer client number */ variable
61 #define call_ctl(type,rec) snd_seq_kernel_client_ctl(system_client, type, rec)
67 snd_seq_oss_midi_lookup_ports(system_client); in async_call_lookup_ports()
94 system_client = rc; in snd_seq_oss_create_client()
99 port->addr.client = system_client; in snd_seq_oss_create_client()
117 subs.dest.client = system_client; in snd_seq_oss_create_client()
146 if (ev->data.addr.client == system_client) in receive_announce()
155 if (ev->data.addr.client == system_client) in receive_announce()
172 if (system_client >= 0) in snd_seq_oss_delete_client()
173 snd_seq_delete_kernel_client(system_client); in snd_seq_oss_delete_client()
[all …]