Home
last modified time | relevance | path

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

/linux-6.12.1/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()
79 system_client = rc; in snd_seq_oss_create_client()
83 port->addr.client = system_client; in snd_seq_oss_create_client()
101 subs.dest.client = system_client; in snd_seq_oss_create_client()
127 if (ev->data.addr.client == system_client) in receive_announce()
136 if (ev->data.addr.client == system_client) in receive_announce()
153 if (system_client >= 0) in snd_seq_oss_delete_client()
154 snd_seq_delete_kernel_client(system_client); in snd_seq_oss_delete_client()
[all …]