From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 4/5] ALSA: ASoC: McASP: make AHCLK direction configurable Date: Tue, 9 Oct 2012 16:21:15 +0900 Message-ID: <20121009072112.GZ8237@opensource.wolfsonmicro.com> References: <1349356122-14794-1-git-send-email-zonque@gmail.com> <1349356122-14794-5-git-send-email-zonque@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id BC61C265271 for ; Tue, 9 Oct 2012 09:21:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1349356122-14794-5-git-send-email-zonque@gmail.com> 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: Daniel Mack Cc: Matt Porter , alsa-devel@alsa-project.org, lrg@ti.com, "Hebbar, Gururaja" List-Id: alsa-devel@alsa-project.org On Thu, Oct 04, 2012 at 03:08:41PM +0200, Daniel Mack wrote: > Add a .set_sysclk function to pass the direction of the clock down to > the driver. Only enable AHCLKX in the PDIR register when the CPU is > driving the clock. Applied, thanks.