mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixes for new types...
This commit is contained in:
parent
3d5115b325
commit
c6d9012d55
13 changed files with 59 additions and 52 deletions
|
|
@ -399,7 +399,7 @@ int decode_event(snd_seq_event_t * ev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void event_decoder_start_timer(void *handle, int queue, int client, int port)
|
||||
void event_decoder_start_timer(snd_seq_t *handle, int queue, int client, int port)
|
||||
{
|
||||
int err;
|
||||
snd_seq_event_t ev;
|
||||
|
|
@ -419,7 +419,7 @@ void event_decoder_start_timer(void *handle, int queue, int client, int port)
|
|||
sleep(1);
|
||||
}
|
||||
|
||||
void event_decoder(void *handle, int argc, char *argv[])
|
||||
void event_decoder(snd_seq_t *handle, int argc, char *argv[])
|
||||
{
|
||||
snd_seq_event_t *ev;
|
||||
snd_seq_port_info_t port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue