From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v2 1/3] ALSA SoC: Add OpenFirmware helper for matching bus and codec drivers Date: Fri, 18 Jul 2008 01:17:20 -0600 Message-ID: <20080718071720.GA2174@secretlab.ca> References: <20080712083929.15025.47682.stgit@trillian.secretlab.ca> <20080714134930.GC25448@sirena.org.uk> <20080714171632.GH25448@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.154]) by alsa0.perex.cz (Postfix) with ESMTP id 6E01A24424 for ; Fri, 18 Jul 2008 09:17:24 +0200 (CEST) Received: by yw-out-1718.google.com with SMTP id 9so61348ywk.2 for ; Fri, 18 Jul 2008 00:17:23 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20080714171632.GH25448@sirena.org.uk> 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: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, liam.girdwood@wolfsonmicro.com, jonsmirl@gmail.com List-Id: alsa-devel@alsa-project.org On Mon, Jul 14, 2008 at 06:16:33PM +0100, Mark Brown wrote: > On Mon, Jul 14, 2008 at 11:06:34AM -0600, Grant Likely wrote: > > > I'm okay with that. How about fsl/mpc5200-of-machine.c for now? > > (only the mpc5200 i2s driver uses it at the moment). It can always be > > renamed if other folks want to use it for other chips. > > That seems reasonable so long as you're happy with it, though it does > seem to be going to the other extreme in terms of broadness :) Okay, I've changed my mind. :-) I'll back off a bit from this extreme and call it: sound/soc/fsl/soc-of-simple.c Does that sound okay? If non-freescale chips decide to use it then it can be moved out of the freescale director. Cheers, g. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by ozlabs.org (Postfix) with ESMTP id 4DC33DDEF0 for ; Fri, 18 Jul 2008 17:17:24 +1000 (EST) Received: by wf-out-1314.google.com with SMTP id 24so156608wfg.15 for ; Fri, 18 Jul 2008 00:17:22 -0700 (PDT) Date: Fri, 18 Jul 2008 01:17:20 -0600 From: Grant Likely To: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, liam.girdwood@wolfsonmicro.com, jonsmirl@gmail.com Subject: Re: [alsa-devel] [PATCH v2 1/3] ALSA SoC: Add OpenFirmware helper for matching bus and codec drivers Message-ID: <20080718071720.GA2174@secretlab.ca> References: <20080712083929.15025.47682.stgit@trillian.secretlab.ca> <20080714134930.GC25448@sirena.org.uk> <20080714171632.GH25448@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080714171632.GH25448@sirena.org.uk> Sender: Grant Likely List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jul 14, 2008 at 06:16:33PM +0100, Mark Brown wrote: > On Mon, Jul 14, 2008 at 11:06:34AM -0600, Grant Likely wrote: > > > I'm okay with that. How about fsl/mpc5200-of-machine.c for now? > > (only the mpc5200 i2s driver uses it at the moment). It can always be > > renamed if other folks want to use it for other chips. > > That seems reasonable so long as you're happy with it, though it does > seem to be going to the other extreme in terms of broadness :) Okay, I've changed my mind. :-) I'll back off a bit from this extreme and call it: sound/soc/fsl/soc-of-simple.c Does that sound okay? If non-freescale chips decide to use it then it can be moved out of the freescale director. Cheers, g.