/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ump_client.c | 46 int seq_client; /* sequencer client id */ member 72 struct seq_ump_client *client = ump->seq_client; in seq_ump_input_receive() 85 snd_seq_kernel_client_dispatch(client->seq_client, in seq_ump_input_receive() 184 port->addr.client = client->seq_client; in fill_port_info() 241 err = snd_seq_kernel_client_ctl(client->seq_client, in seq_ump_group_init() 261 old->addr.client = client->seq_client; in update_port_infos() 263 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos() 272 err = snd_seq_kernel_client_ctl(client->seq_client, in update_port_infos() 278 snd_seq_system_client_ev_port_change(client->seq_client, i); in update_port_infos() 346 port->addr.client = 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() 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() 395 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe() 397 ms->seq_client in snd_seq_midisynth_probe() [all...] |
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_seq.c | 183 opl3->chset->client = opl3->seq_client; in snd_opl3_synth_create_port() 184 opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_synth_create_port() 219 opl3->seq_client = -1; in snd_opl3_seq_probe() 224 client = opl3->seq_client = in snd_opl3_seq_probe() 232 opl3->seq_client = -1; in snd_opl3_seq_probe() 259 if (opl3->seq_client >= 0) { in snd_opl3_seq_remove() 260 snd_seq_delete_kernel_client(opl3->seq_client); in snd_opl3_seq_remove() 261 opl3->seq_client = -1; in snd_opl3_seq_remove()
|
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()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_seq.c | 185 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 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()
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_midi.c | 45 int seq_client; member 51 int seq_client; member 89 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); in snd_midi_input_event() 248 if (msynth->seq_client > 0) { in snd_seq_midisynth_delete() 250 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete() 307 client->seq_client = in snd_seq_midisynth_probe() 311 if (client->seq_client < 0) { in snd_seq_midisynth_probe() 332 port->addr.client = client->seq_client; in snd_seq_midisynth_probe() 380 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe() 382 ms->seq_client in snd_seq_midisynth_probe() [all...] |
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_seq.c | 153 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 D | opl4_local.h | 191 int seq_client; member
|
H A D | opl4_lib.c | 240 opl4->seq_client = -1; in snd_opl4_create()
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_seq.c | 153 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 D | opl4_local.h | 191 int seq_client; member
|
H A D | opl4_lib.c | 240 opl4->seq_client = -1; in snd_opl4_create()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ump.h | 59 void *seq_client; member
|
H A D | opl3.h | 310 int seq_client; member
|
H A D | gus.h | 349 int seq_client; member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | opl3.h | 310 int seq_client; member
|
H A D | gus.h | 349 int seq_client; member
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident.h | 321 int seq_client; member
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident.h | 320 int seq_client; member
|