mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-05 10:37:28 +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("Mixer '%s/%s':\n", info.id, info.name);
|
||||||
printf(" Elements : %i\n", info.elements);
|
printf(" Elements : %i\n", info.elements);
|
||||||
printf(" Groups : %i\n", info.groups);
|
printf(" Groups : %i\n", info.groups);
|
||||||
printf(" Switches : %i\n", info.switches);
|
|
||||||
printf(" Attribute : 0x%x\n", info.attrib);
|
printf(" Attribute : 0x%x\n", info.attrib);
|
||||||
snd_mixer_close(handle);
|
snd_mixer_close(handle);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue