From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [RFC] Add scenario management Date: Fri, 02 Oct 2009 11:45:08 +0100 Message-ID: <1254480308.5833.15.camel@odin> References: <1254390436-5283-1-git-send-email-stefan@datenfreihafen.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ew0-f225.google.com (mail-ew0-f225.google.com [209.85.219.225]) by alsa0.perex.cz (Postfix) with ESMTP id BCF051039A1 for ; Fri, 2 Oct 2009 12:45:10 +0200 (CEST) Received: by ewy25 with SMTP id 25so1027903ewy.45 for ; Fri, 02 Oct 2009 03:45:10 -0700 (PDT) In-Reply-To: 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: Jaroslav Kysela Cc: Takashi Iwai , alsa-devel@alsa-project.org, Stefan Schmidt List-Id: alsa-devel@alsa-project.org On Fri, 2009-10-02 at 11:58 +0200, Jaroslav Kysela wrote: > > I'm not very persuaded to merge such thing to alsa-lib (at least not to > alsa-lib.so file - I may accept another library in the alsa-lib package). > My comments: > > 1) configuration syntax > > - I know, simple text files are fine, but there are some structured > things - we have already configuration parsers in alsa-lib for > structured texts which can be migrated to XML some day > I know XML is great for parsing but the main audience for this is embedded users so we need to keep it simple (and small) with few external dependencies. Not all embedded devices will ship with XML. Liam