Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_ump_client.c38 int seq_client; /* sequencer client id */ member
67 struct seq_ump_client *client = ump->seq_client; in seq_ump_input_receive()
80 snd_seq_kernel_client_dispatch(client->seq_client,
192 port->addr.client = client->seq_client; in fill_port_info()
258 return snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos()
279 old->addr.client = client->seq_client; in create_ump_endpoint_port()
281 err = snd_seq_kernel_client_ctl(client->seq_client, in create_ump_endpoint_port()
290 err = snd_seq_kernel_client_ctl(client->seq_client, in create_ump_endpoint_port()
310 port->addr.client = client->seq_client; in create_ump_endpoint_port()
347 err = snd_seq_kernel_client_ctl(client->seq_client,
[all...]
H A Dseq_midi.c51 int seq_client;
57 int seq_client;
103 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); in dump_midi()
308 if (msynth->seq_client > 0) { in snd_seq_midisynth_probe()
310 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_probe()
361 client->seq_client = in snd_seq_midisynth_probe()
365 if (client->seq_client < 0) { in snd_seq_midisynth_probe()
387 port->addr.client = client->seq_client; in snd_seq_midisynth_probe()
439 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_remove()
441 ms->seq_client in snd_seq_midisynth_remove()
46 int seq_client; global() member
52 int seq_client; global() member
[all...]
/linux/sound/drivers/opl3/
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_local.h191 int seq_client; member
H A Dopl4_lib.c234 opl4->seq_client = -1; in snd_opl4_create()
/linux/include/sound/
H A Dopl3.h310 int seq_client; member
/linux/sound/pci/trident/
H A Dtrident.h320 int seq_client; member