Compilation fix (removed snd_mixer_info_t->switches)

This commit is contained in:
Jaroslav Kysela 2000-01-08 21:56:36 +00:00
parent 8344e31ce6
commit 366a0131b8

View file

@ -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;