Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dseq_kernel.h99 int snd_seq_event_port_detach(int client, int port);
/linux-4.1.27/sound/core/seq/
Dseq_ports.c695 int snd_seq_event_port_detach(int client, int port) in snd_seq_event_port_detach() function
710 EXPORT_SYMBOL(snd_seq_event_port_detach);
Dseq_midi.c268 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_init.c354 return snd_seq_event_port_detach(dp->cseq, dp->port); in delete_port()
/linux-4.1.27/sound/synth/emux/
Demux_oss.c194 snd_seq_event_port_detach(p->chset.client, p->chset.port); in snd_emux_close_seq_oss()