* HAL2 driver Ulf Carlsson <ulfc@thepuffingroup.com>

* Timer API changes/cleanups
* Sequencer API changes/cleanups
  - queue ioctls changed
  - instrument events added
This commit is contained in:
Jaroslav Kysela 1999-05-09 23:15:49 +00:00
parent 2e02eadd72
commit 61e8186420
2 changed files with 8 additions and 4 deletions

View file

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

View file

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