From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Splitting up the HDA-INTEL modules Date: Wed, 16 Jan 2008 15:54:57 +0100 Message-ID: References: <478CFD32.50405@harddisk.is-a-geek.org> <5f52f6d70801151120y76407dd4s4c876643ddc8ba95@mail.gmail.com> <5f52f6d70801160451p37a8c94ofbbbd2018f88531b@mail.gmail.com> 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 mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9F71C24428 for ; Wed, 16 Jan 2008 15:54:57 +0100 (CET) In-Reply-To: <5f52f6d70801160451p37a8c94ofbbbd2018f88531b@mail.gmail.com> 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: Claudio Matsuoka Cc: alsa-devel@alsa-project.org, Marco Schuster List-Id: alsa-devel@alsa-project.org At Wed, 16 Jan 2008 10:51:45 -0200, Claudio Matsuoka wrote: > > On Jan 16, 2008 9:54 AM, Takashi Iwai wrote: > > > It's a good question whether the setup should be the codec (driver) > > dependent or generic. I tend to believe that we'll need some > > codec-specific workarounds, at least, to keep the same level of the > > driver support as now. > > > > In my earler development, I implemented some byte-code implementer in > > the driver so that it can be handled in a generic way. The current > > codec specific implementation is interpreted to a byte-code in the > > user-space tool, and it runs on the driver. Of course, this method > > adds an interpreter to the driver, and I'm also not sure whether this > > method is optimal. > > I'll have a look at the current hda-tools and see how it works before > emmiting any opinion, I am aware that the codec configuration is more > complicated than it looks. I put the versoin 0.0.10b now. It includes the patches to the latest ALSA tree but no other changes. ftp://ftp.suse.com/pub/people/tiwai/hda-tools/hda-tools-0.0.10b.tar.bz2 (it might take some time to be exported to the outside.) Takashi