Add pcxhrloader

Added pcxhrloader, the firmware loader for Digigram PCXHR driver.
This commit is contained in:
Takashi Iwai 2004-12-21 13:42:07 +00:00
parent a41170e153
commit ba2978aa9f
5 changed files with 372 additions and 1 deletions

11
pcxhrloader/configure.in Normal file
View file

@ -0,0 +1,11 @@
AC_INIT(pcxhrloader.c)
AM_INIT_AUTOMAKE(pcxhrloader, 1.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(1.0.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
AC_OUTPUT(Makefile)