mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-07 13:30:06 -05:00
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:
parent
31b5ee97f2
commit
e978fc745e
3 changed files with 305 additions and 469 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue