Searched refs:snd_seq_event_port_attach (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/sound/ | 
| D | seq_kernel.h | 94 int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp,
  | 
| /Linux-v6.6/sound/drivers/opl4/ | 
| D | opl4_seq.c | 165 	opl4->chset->port = snd_seq_event_port_attach(client, &pcallbacks,  in snd_opl4_seq_probe()
  | 
| /Linux-v6.6/sound/drivers/opl3/ | 
| D | opl3_oss.c | 70 	opl3->oss_chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks,  in snd_opl3_oss_create_port()
  | 
| D | opl3_seq.c | 186 	opl3->chset->port = snd_seq_event_port_attach(opl3->seq_client, &callbacks,  in snd_opl3_synth_create_port()
  | 
| /Linux-v6.6/sound/core/seq/ | 
| D | seq_ports.c | 691 int snd_seq_event_port_attach(int client,  in snd_seq_event_port_attach()  function 721 EXPORT_SYMBOL(snd_seq_event_port_attach);
  | 
| /Linux-v6.6/sound/synth/emux/ | 
| D | emux_seq.c | 164 	p->chset.port = snd_seq_event_port_attach(emu->client, callback,  in snd_emux_create_port()
  |