From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH 1/2] ASoC: Add CS4271 codec support Date: Thu, 7 Oct 2010 16:46:20 -0500 Message-ID: <4CAE3FAC.6010508@freescale.com> References: <4CAD16A5.1090501@bluewatersys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4CAD16A5.1090501@bluewatersys.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ryan Mallon Cc: "alsa-devel@alsa-project.org" , Mark Brown , linux-arm-kernel , Liam Girdwood List-Id: alsa-devel@alsa-project.org Ryan Mallon wrote: > + * For setups with variable MCLKs, pass 0 as 'freq' argument. This will cause > + * theoretically possible sample rates to be enabled. Call it again with a > + * proper value set one the external clock is set (most probably you would do > + * that from a machine's driver 'hw_param' hook. If you're going to copy/paste parts of my driver verbatim into yours, you should put something like this in the comments: Based on the CS4270 driver by Timur Tabi -- Timur Tabi Linux kernel developer at Freescale From mboxrd@z Thu Jan 1 00:00:00 1970 From: timur@freescale.com (Timur Tabi) Date: Thu, 7 Oct 2010 16:46:20 -0500 Subject: [PATCH 1/2] ASoC: Add CS4271 codec support In-Reply-To: <4CAD16A5.1090501@bluewatersys.com> References: <4CAD16A5.1090501@bluewatersys.com> Message-ID: <4CAE3FAC.6010508@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ryan Mallon wrote: > + * For setups with variable MCLKs, pass 0 as 'freq' argument. This will cause > + * theoretically possible sample rates to be enabled. Call it again with a > + * proper value set one the external clock is set (most probably you would do > + * that from a machine's driver 'hw_param' hook. If you're going to copy/paste parts of my driver verbatim into yours, you should put something like this in the comments: Based on the CS4270 driver by Timur Tabi -- Timur Tabi Linux kernel developer at Freescale