Home
last modified time | relevance | path

Searched refs:snd_seq_event_port_detach (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/sound/
Dseq_kernel.h86 int snd_seq_event_port_detach(int client, int port);
/linux-5.19.10/sound/core/seq/
Dseq_ports.c697 int snd_seq_event_port_detach(int client, int port) in snd_seq_event_port_detach() function
711 EXPORT_SYMBOL(snd_seq_event_port_detach);
Dseq_midi.c255 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()
/linux-5.19.10/sound/core/seq/oss/
Dseq_oss_init.c340 return snd_seq_event_port_detach(dp->cseq, dp->port); in delete_port()
/linux-5.19.10/sound/synth/emux/
Demux_oss.c179 snd_seq_event_port_detach(p->chset.client, p->chset.port); in snd_emux_close_seq_oss()