mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
Compilation fix (removed snd_mixer_info_t->switches)
This commit is contained in:
parent
8344e31ce6
commit
366a0131b8
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ int info(void)
|
|||
printf("Mixer '%s/%s':\n", info.id, info.name);
|
||||
printf(" Elements : %i\n", info.elements);
|
||||
printf(" Groups : %i\n", info.groups);
|
||||
printf(" Switches : %i\n", info.switches);
|
||||
printf(" Attribute : 0x%x\n", info.attrib);
|
||||
snd_mixer_close(handle);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue