Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dseq_kernel.h96 int snd_seq_event_port_detach(int client, int port);
/openbmc/linux/sound/core/seq/
H A Dseq_ports.c727 int snd_seq_event_port_detach(int client, int port) in snd_seq_event_port_detach() function
741 EXPORT_SYMBOL(snd_seq_event_port_detach);
H A Dseq_midi.c260 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_init.c340 return snd_seq_event_port_detach(dp->cseq, dp->port); in delete_port()
/openbmc/linux/sound/synth/emux/
H A Demux_oss.c179 snd_seq_event_port_detach(p->chset.client, p->chset.port); in snd_emux_close_seq_oss()