From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: ASoC - Support for multiple components Date: Tue, 20 Apr 2010 02:03:38 +0900 Message-ID: <20100419170337.GC29819@opensource.wolfsonmicro.com> References: <1271686144.3208.305.camel@odin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 28ED6247BE for ; Mon, 19 Apr 2010 19:03:34 +0200 (CEST) Content-Disposition: inline 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: Grant Likely Cc: vbarinov , alsa-devel , Sascha Hauer , Joonyoung Shim , mano@roarinelk.homelinux.net, "Candelaria Villareal, Jorge" , Cliff Cai , Haojian Zhuang , dg@emlix.com, Sedji Gaouaou , "kyungmin.park" , ben-linux , Kuninori Morimoto , Timur Tabi , anemo@mba.ocn.ne.jp, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Mon, Apr 19, 2010 at 09:15:49AM -0600, Grant Likely wrote: > This is definitely a step in the right direction. All of the OF ASoC > stuff is definitely a hack to work around the lack of separate devices > & drivers in the ASoC subsystem. I'll take a look through, but some Note that as I've mentioned to you before it's been possible to do device model registration of ASoC drivers for about a year now - Timur's drivers show an example of doing that with OpenFirmware. The changes Liam has done are more working towards taking advantage of this to add new features.