From 366a0131b8cf0bb31e6b62cf4a4f7b7d847ec9aa Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 8 Jan 2000 21:56:36 +0000 Subject: [PATCH] Compilation fix (removed snd_mixer_info_t->switches) --- amixer/amixer.c | 1 - 1 file changed, 1 deletion(-) 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;