snd_seq_delete_simple_port -- delete a sequencer port with the id
Synopsis
int snd_seq_delete_simple_port(snd_seq_t *handle, int port);
Description
Deletes the sequencer port with the given port id and releases
its resources.
This is a simple version of
snd_seq_create_port
without snd_seq_port_info structure.
Returns zero if successful, or a negative error code.