Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_init.c30 static int system_client = -1; /* ALSA sequencer client number */ variable
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()
180 dp->cseq = system_client; in snd_seq_oss_open()
[all …]