From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [ANN] ALSA 1.0.0pre1 is released Date: Thu, 20 Nov 2003 17:47:23 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: alsa-devel@lists.sourceforge.net Cc: alsa-user@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Wed, 19 Nov 2003 16:46:04 +0100, I wrote: > > Hi all, > > as you might have already seen on the web news page, we released > 1.0.0pre1 tarball. This is intended for the wide tests before the > official 1.0.0 release. We planned to release 1.0.0 (hopefully) in > this month, so please everyone test this version and give bug reports > now. > > Especially, if you have a card or a mobo with ICH (or compatible) > chip and *multiple* AC97 codecs, testing this version is appreciated. > Please give (also positive) feedback whether it works. The handling > of multiple codecs was changed recently, but not tested well because > of lack of hardware. > > > Important changes / fixes since 0.9.8 A couple of more important thing I forgot to mention about ALSA library update: - the default PCM API is in the new style. If your app still uses the PCM API in the old style (i.e. without defining ALSA_PCM_OLD_HW_PARAM_API), the compilation with the new library may fail. In such a case, fix the API call with the new style, or simply add #define ALSA_PCM_OLD_HW_PARAMS_API #define ALSA_PCM_OLD_SW_PARAMS_API before inclusion of . See alsa-lib/NOTES for details. The binary compatibility is kept with the new alsa-lib, so the programs will run as well even after installing the new alsa-lib. - SND_LIB_MAJOR is jumped to 1, and SND_LIB_MINOR is 0. If your application checks the ALSA version with only SND_LIB_MINOR macro, you'll need to fix it. -- Takashi Iwai ALSA Developer - www.alsa-project.org ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/