- moved usx2yloader firmwares to alsa-firmware module.

- check ALSA 1.0.0 in configure.
- fixed typos in README's.
This commit is contained in:
Takashi Iwai 2003-11-25 17:13:39 +00:00
parent 9555e4e2a7
commit 3843634ef0
19 changed files with 25 additions and 1438 deletions

View file

@ -48,7 +48,7 @@ COPYRIGHT
=========
Copyright (c) 2003 Digigram SA <alsa@digigram.com>
Distributalbe under GPL.
Distributable under GPL.
The firmware files included in firmware sub-directory are copyright
The firmware files included in alsa-firmware package are copyright
by Digigram SA

View file

@ -3,7 +3,7 @@ AM_INIT_AUTOMAKE(mixartloader, 1.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(0.9.2)
AM_PATH_ALSA(1.0.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"