Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/oss/
Dseq_oss_init.c30 static int system_client = -1; /* ALSA sequencer client number */ variable
48 #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()
85 port->addr.client = system_client; in snd_seq_oss_create_client()
103 subs.dest.client = system_client; in snd_seq_oss_create_client()
132 if (ev->data.addr.client == system_client) in receive_announce()
141 if (ev->data.addr.client == system_client) in receive_announce()
158 if (system_client >= 0) in snd_seq_oss_delete_client()
159 snd_seq_delete_kernel_client(system_client); in snd_seq_oss_delete_client()
[all …]