Searched refs:seq_client (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_ump_client.c | 38 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 D | seq_midi.c | 51 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 D | opl3_oss.c | 69 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 D | opl4_local.h | 191 int seq_client; member
|
| H A D | opl4_lib.c | 234 opl4->seq_client = -1; in snd_opl4_create()
|
| /linux/include/sound/ |
| H A D | opl3.h | 310 int seq_client; member
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 320 int seq_client; member
|