Name
snd_seq_close -- close a sequencer client
Synopsis
int snd_seq_close
(snd_seq_t *handle);
Description
Closes the sequencer client and releases its resources.
After a client is closed, an event with
SND_SEQ_EVENT_CLIENT_EXIT is
broadcasted to announce port.
The connection between other clients are disconnected.
Function returns zero if successful, otherwise it returns an error code.