snd_seq_set_client_group -- set the group name of the current client
Synopsis
int snd_seq_set_client_group(snd_seq_t *seq, char *name);
Description
Sets the group 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.