mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix compile errors/warnings
Fix compile errors/warnings. omixer is removed since ordinary_mixer isn't supported any more.
This commit is contained in:
parent
8495f42feb
commit
84ebfe7c92
10 changed files with 68 additions and 49 deletions
|
|
@ -241,7 +241,9 @@ int decode_event(snd_seq_event_t * ev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void event_decoder_start_timer(snd_seq_t *handle, int queue, int client, int port)
|
||||
void event_decoder_start_timer(snd_seq_t *handle, int queue,
|
||||
int client ATTRIBUTE_UNUSED,
|
||||
int port ATTRIBUTE_UNUSED)
|
||||
{
|
||||
int err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue