Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_ump_client.c38 int seq_client; /* sequencer client id */ member
63 struct seq_ump_client *client = ump->seq_client; in seq_ump_input_receive()
76 snd_seq_kernel_client_dispatch(client->seq_client, in seq_ump_input_receive()
172 port->addr.client = client->seq_client; in fill_port_info()
238 return snd_seq_kernel_client_ctl(client->seq_client, in seq_ump_group_init()
259 old->addr.client = client->seq_client; in update_port_infos()
261 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos()
270 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos()
290 port->addr.client = client->seq_client; in create_ump_endpoint_port()
327 err = snd_seq_kernel_client_ctl(client->seq_client, in create_ump_endpoint_port()
[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()
312 client->seq_client = in snd_seq_midisynth_probe()
316 if (client->seq_client < 0) { in snd_seq_midisynth_probe()
336 port->addr.client = client->seq_client; in snd_seq_midisynth_probe()
388 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
390 ms->seq_client = client->seq_client; in snd_seq_midisynth_probe()
[all …]
/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()
/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()
/linux/include/sound/
H A Dopl3.h310 int seq_client; member
H A Dump.h70 void *seq_client; member
H A Dgus.h349 int seq_client; member
/linux/sound/pci/trident/
H A Dtrident.h320 int seq_client; member