From: Jaroslav Kysela Date: Sat, 8 Jan 2000 21:56:36 +0000 (+0000) Subject: Compilation fix (removed snd_mixer_info_t->switches) X-Git-Tag: v1.0.3~411 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=366a0131b8cf0bb31e6b62cf4a4f7b7d847ec9aa;p=alsa-utils.git Compilation fix (removed snd_mixer_info_t->switches) --- diff --git a/amixer/amixer.c b/amixer/amixer.c index 564b130..088d0a3 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -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;