From 61e81864208107fe1792637708cc9df4f9f60661 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 9 May 1999 23:15:49 +0000 Subject: [PATCH] * HAL2 driver Ulf Carlsson * Timer API changes/cleanups * Sequencer API changes/cleanups - queue ioctls changed - instrument events added --- amixer/amixer.c | 2 +- include/aconfig.h.in | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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 +