Searched refs:seq_client (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_ump_client.c | 38 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 D | seq_midi.c | 46 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 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
|
| /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
|