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
|
|
@ -49,7 +49,7 @@ void system_info(snd_seq_t *handle)
|
|||
max_queues = snd_seq_system_info_get_ports(sysinfo);
|
||||
}
|
||||
|
||||
void show_system_info(snd_seq_t *handle)
|
||||
void show_system_info(snd_seq_t *handle ATTRIBUTE_UNUSED)
|
||||
{
|
||||
printf("System info\n");
|
||||
printf(" Max queues : %i\n", max_queues);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue