Added loopback, some fixes...

This commit is contained in:
Jaroslav Kysela 1999-06-02 08:20:04 +00:00
parent 19811bb9b4
commit 3d5115b325
3 changed files with 23 additions and 2 deletions

View file

@ -26,6 +26,8 @@ void set_name(void *handle)
snd_seq_client_info_t info;
bzero(&info, sizeof(info));
info.client = snd_seq_client_id(handle);
info.type = USER_CLIENT;
snprintf(info.name, sizeof(info.name), "SeqUtil - %i", getpid());
if ((err = snd_seq_set_client_info(handle, &info)) < 0) {
fprintf(stderr, "Set client info error: %s\n", snd_strerror(err));