* Timer API changes/cleanups
* Sequencer API changes/cleanups
- queue ioctls changed
- instrument events added
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;
}
/* 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
+