diff --git a/amixer/amixer.c b/amixer/amixer.c index e71f0fe..79b9228 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -116,7 +116,7 @@ int info(void) printf(" Elements : %i\n", info.elements); printf(" Groups : %i\n", info.groups); printf(" Switches : %i\n", info.switches); - printf(" Attribute : 0x%x\n", info.attribute); + printf(" Attribute : 0x%x\n", info.attrib); snd_mixer_close(handle); return 0; } diff --git a/include/aconfig.h.in b/include/aconfig.h.in index 9c26137..250a04b 100644 --- a/include/aconfig.h.in +++ b/include/aconfig.h.in @@ -15,11 +15,15 @@ /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER -/* Package name */ -#undef PACKAGE - /* Package version */ #undef VERSION /* Define if you have the asound library (-lasound). */ #undef HAVE_LIBASOUND + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION +