From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: firewire mixer interface -- was Re: [PATCH 11/11] ALSA: digi00x: apply double-oh-three algorism to multiplex PCM samples Date: Fri, 20 Mar 2015 14:35:07 +0100 Message-ID: References: <1426435269-17059-1-git-send-email-o-takashi@sakamocchi.jp> <1426435269-17059-12-git-send-email-o-takashi@sakamocchi.jp> <5506E7EE.6060300@gareus.org> <55070409.8090107@sakamocchi.jp> <55070F3B.7000509@gareus.org> <55075D65.20406@sakamocchi.jp> <55082E06.6010008@gareus.org> <55083103.5030704@gmail.com> <5508CFA5.7060903@sakamocchi.jp> <550AD65F.10803@gareus.org> <550B51BC.80506@sakamocchi.jp> <550C0CFC.4060404@gareus.org> <550C1FC6.4050700@sakamocchi.jp> 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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id CFDD726049B for ; Fri, 20 Mar 2015 14:35:07 +0100 (CET) In-Reply-To: <550C1FC6.4050700@sakamocchi.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Sakamoto Cc: alsa-devel@alsa-project.org, Robin Gareus , clemens@ladisch.de, Damien Zammit , ffado-devel@lists.sf.net List-Id: alsa-devel@alsa-project.org At Fri, 20 Mar 2015 22:25:26 +0900, Takashi Sakamoto wrote: > > >> On the other hand, IEEE 1394 bus-connected sound devices implements its > >> own way to tell their control capabilities and model-specific way to > >> perform control. Thus we should prepare for model-specific parsers. The > >> idea to include these parsers into kernel-space increases maintaining > >> efforts. > > > > Agreed. Most of the heavy lifting should probably be done by libasound. > > I don't think it possible to argue the other ALSA developers for going > to include such vendor-specific or model-specific huge codes to > alsa-lib... (Except for intel HDA) Why not implementing as a plugin? Takashi