Home
last modified time | relevance | path

Searched refs:snd_seq_event_port_attach (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/sound/
Dseq_kernel.h84 int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp,
/linux-6.1.9/sound/drivers/opl4/
Dopl4_seq.c165 opl4->chset->port = snd_seq_event_port_attach(client, &pcallbacks, in snd_opl4_seq_probe()
/linux-6.1.9/sound/drivers/opl3/
Dopl3_oss.c70 opl3->oss_chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_oss_create_port()
Dopl3_seq.c186 opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks, in snd_opl3_synth_create_port()
/linux-6.1.9/sound/core/seq/
Dseq_ports.c661 int snd_seq_event_port_attach(int client, in snd_seq_event_port_attach() function
691 EXPORT_SYMBOL(snd_seq_event_port_attach);
/linux-6.1.9/sound/synth/emux/
Demux_seq.c164 p->chset.port = snd_seq_event_port_attach(emu->client, callback, in snd_emux_create_port()