mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
* HAL2 driver Ulf Carlsson <ulfc@thepuffingroup.com>
* Timer API changes/cleanups * Sequencer API changes/cleanups - queue ioctls changed - instrument events added
This commit is contained in:
parent
6e72ca3977
commit
ef61108225
6 changed files with 146 additions and 47 deletions
|
|
@ -87,7 +87,7 @@ void event_sender(void *handle, int argc, char *argv[])
|
|||
return;
|
||||
}
|
||||
printf("Client ID = %i\n", client);
|
||||
if ((queue = snd_seq_alloc_queue(handle, NULL))<0) {
|
||||
if ((queue = snd_seq_alloc_queue(handle))<0) {
|
||||
fprintf(stderr, "Cannot allocate queue: %s\n", snd_strerror(queue));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue