mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:55:42 +01:00
* 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:
parent
2e02eadd72
commit
61e8186420
2 changed files with 8 additions and 4 deletions
|
@ -116,7 +116,7 @@ int info(void)
|
||||||
printf(" Elements : %i\n", info.elements);
|
printf(" Elements : %i\n", info.elements);
|
||||||
printf(" Groups : %i\n", info.groups);
|
printf(" Groups : %i\n", info.groups);
|
||||||
printf(" Switches : %i\n", info.switches);
|
printf(" Switches : %i\n", info.switches);
|
||||||
printf(" Attribute : 0x%x\n", info.attribute);
|
printf(" Attribute : 0x%x\n", info.attrib);
|
||||||
snd_mixer_close(handle);
|
snd_mixer_close(handle);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,11 +15,15 @@
|
||||||
/* Define if lex declares yytext as a char * by default, not a char[]. */
|
/* Define if lex declares yytext as a char * by default, not a char[]. */
|
||||||
#undef YYTEXT_POINTER
|
#undef YYTEXT_POINTER
|
||||||
|
|
||||||
/* Package name */
|
|
||||||
#undef PACKAGE
|
|
||||||
|
|
||||||
/* Package version */
|
/* Package version */
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
/* Define if you have the asound library (-lasound). */
|
/* Define if you have the asound library (-lasound). */
|
||||||
#undef HAVE_LIBASOUND
|
#undef HAVE_LIBASOUND
|
||||||
|
|
||||||
|
/* Name of package */
|
||||||
|
#undef PACKAGE
|
||||||
|
|
||||||
|
/* Version number of package */
|
||||||
|
#undef VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue