snd_seq_set_client_name -- set the name of the current client
Synopsis
int snd_seq_set_client_name(snd_seq_t *handle, char *name);
Description
Sets the name of the current client as name argument.
This is a simple version of
snd_seq_set_client_info
A longer name than maximum length (63) will be truncated.
Returns zero if successful, or a negative error code.