]> git.alsa-project.org Git - alsa-tools.git/commitdiff
- 1.0.0 version
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2003 11:09:19 +0000 (11:09 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2003 11:09:19 +0000 (11:09 +0000)
- change against PCM API switch

Makefile
ac3dec/output.c

index 624ad57e107997a2d8f6bbc78c6abc3fbd1393f0..7b33d06074e69cbca0981b78975ca566d4ca23c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.9.8
+VERSION = 1.0.0
 TOP = .
 SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
        mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
index 9ca1bd15fe1000506be6e4fc964787aa2574c563..a3ed21a78e6c6fe773bc1fb661bde6e4636e5b98 100644 (file)
@@ -24,8 +24,6 @@
 #include <alloca.h>
 #include <string.h>
 #include <unistd.h>
-#define ALSA_PCM_NEW_HW_PARAMS_API
-#define ALSA_PCM_NEW_SW_PARAMS_API
 #include <alsa/asoundlib.h>
 
 typedef signed short sint_16;