Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c47 int seq_client; /* sequencer client id */ member
185 port->addr.client = client->seq_client; in fill_port_info()
275 old->addr.client = client->seq_client; in update_port_infos()
411 if (client->seq_client >= 0) in seq_ump_client_free()
415 client->ump->seq_client = NULL; in seq_ump_client_free()
480 if (!ump->seq_client) in seq_ump_switch_protocol()
510 client->seq_client = in snd_seq_ump_probe()
513 if (client->seq_client < 0) { in snd_seq_ump_probe()
514 err = client->seq_client; in snd_seq_ump_probe()
545 ump->seq_client = client; in snd_seq_ump_probe()
[all …]
H A Dseq_midi.c46 int seq_client; member
52 int seq_client; member
90 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); in snd_midi_input_event()
258 if (msynth->seq_client > 0) { in snd_seq_midisynth_delete()
260 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()
317 client->seq_client = in snd_seq_midisynth_probe()
321 if (client->seq_client < 0) { in snd_seq_midisynth_probe()
343 port->addr.client = client->seq_client; in snd_seq_midisynth_probe()
397 ms->seq_client = client->seq_client; in snd_seq_midisynth_probe()
417 snd_seq_delete_kernel_client(client->seq_client); in snd_seq_midisynth_probe()
[all …]
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c185 opl3->chset->client = opl3->seq_client; in snd_opl3_synth_create_port()
186 opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_synth_create_port()
221 opl3->seq_client = -1; in snd_opl3_seq_probe()
226 client = opl3->seq_client = in snd_opl3_seq_probe()
235 opl3->seq_client = -1; in snd_opl3_seq_probe()
262 if (opl3->seq_client >= 0) { in snd_opl3_seq_remove()
263 snd_seq_delete_kernel_client(opl3->seq_client); in snd_opl3_seq_remove()
264 opl3->seq_client = -1; in snd_opl3_seq_remove()
H A Dopl3_oss.c69 opl3->oss_chset->client = opl3->seq_client; in snd_opl3_oss_create_port()
70 opl3->oss_chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_oss_create_port()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_seq.c153 opl4->seq_client = client; in snd_opl4_seq_probe()
178 opl4->seq_client = -1; in snd_opl4_seq_probe()
193 if (opl4->seq_client >= 0) { in snd_opl4_seq_remove()
194 snd_seq_delete_kernel_client(opl4->seq_client); in snd_opl4_seq_remove()
195 opl4->seq_client = -1; in snd_opl4_seq_remove()
H A Dopl4_local.h191 int seq_client; member
H A Dopl4_lib.c240 opl4->seq_client = -1; in snd_opl4_create()
/openbmc/linux/include/sound/
H A Dopl3.h310 int seq_client; member
H A Dump.h59 void *seq_client; member
H A Dgus.h349 int seq_client; member
/openbmc/linux/sound/pci/trident/
H A Dtrident.h320 int seq_client; member