sbiload - Rewritten to use hwdep device

Major rewritten to use hwdep device instead of instrument layer.
Also, more options (-c, -2, -q, -D) and better guess work for
patch types now.
This commit is contained in:
Takashi Iwai 2007-10-30 11:53:40 +01:00
parent 31b5ee97f2
commit e978fc745e
3 changed files with 305 additions and 469 deletions

View file

@ -1,9 +1,9 @@
AC_INIT(sbiload.c)
AM_INIT_AUTOMAKE(sbiload, 0.3.0)
AM_INIT_AUTOMAKE(sbiload, 0.4.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(0.9.0)
AM_PATH_ALSA(1.0.15)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"