mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added loopback, some fixes...
This commit is contained in:
parent
19811bb9b4
commit
3d5115b325
3 changed files with 23 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue