From: Jaroslav Kysela Date: Wed, 5 Nov 2003 11:09:19 +0000 (+0000) Subject: - 1.0.0 version X-Git-Tag: v1.0.3~41 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=1852a1dbbc3a8671319921daa2331d99609287e9;p=alsa-tools.git - 1.0.0 version - change against PCM API switch --- diff --git a/Makefile b/Makefile index 624ad57..7b33d06 100644 --- 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 \ diff --git a/ac3dec/output.c b/ac3dec/output.c index 9ca1bd1..a3ed21a 100644 --- a/ac3dec/output.c +++ b/ac3dec/output.c @@ -24,8 +24,6 @@ #include #include #include -#define ALSA_PCM_NEW_HW_PARAMS_API -#define ALSA_PCM_NEW_SW_PARAMS_API #include typedef signed short sint_16;