From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: SALSA-Lib version 0.0.1 release Date: Mon, 04 Jun 2007 16:28:30 +0200 Message-ID: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id C88EB2446F for ; Mon, 4 Jun 2007 16:28:30 +0200 (CEST) Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 818AA1251A for ; Mon, 4 Jun 2007 16:28:30 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi all, I created a small replacement of ALSA-library, mainly for embedded systems with limited resources. The library is named as "SALSA-Lib" (too easy, eh?) It has no plugin layer but only hw layer, thus no sexy features like dmix and format conversions are available. It supports no shiny and complex configuration files. And it supports no sequencer. The only goal of this library is the reduction of the size of library and running binaries by inlining functions with direct syscalls. The library is designed to be source-level API compatible with the normal alsa-lib 1.0.14. Note that it is _not_ designed to be binary-compatible at all, and it will be never so. The first released version 0.0.1 is available at: ftp://ftp.suse.com/pub/people/tiwai/salsa-lib/salsa-lib-0.0.1.tar.bz2 The package is released under LGPL as well as the original alsa-lib. I've tested it only on i386, and tests on other architectures would be greatly appreciated. (And, no, I didn't make it on HG tree yet.) Takashi