From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/1] ASoC: TWL4030: Wait RAMP_DELAY?on headsetl_event: POST_PMD Date: Thu, 14 May 2009 13:53:34 +0100 Message-ID: <20090514125333.GA9471@rakim.wolfsonmicro.main> References: <1242040465-10835-1-git-send-email-peter.ujfalusi@nokia.com> <200905141248.49418.peter.ujfalusi@nokia.com> <20090514095621.GA6823@rakim.wolfsonmicro.main> <200905141544.47934.peter.ujfalusi@nokia.com> 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 1424710396E for ; Thu, 14 May 2009 14:53:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <200905141544.47934.peter.ujfalusi@nokia.com> 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: Peter Ujfalusi Cc: "sakoman@gmail.com" , "anuj.aggarwal@ti.com" , alsa-devel@alsa-project.org, "getarunks@gmail.com" List-Id: alsa-devel@alsa-project.org On Thu, May 14, 2009 at 03:44:47PM +0300, Peter Ujfalusi wrote: > On Thursday 14 May 2009 12:56:21 ext Mark Brown wrote: > > The event could check the current setup and do whatever's appropriate? > I have to think about this, but at first sight it does look awfully > complicated thing to do (4 PGA, 7 output with mixers, 2+1 output mux)... It might help to have the mixers and muxes maintain some state when they change? It's just a suggestion, I'm not familiar enough with the codec to know if it's a sensible one for this device or if it's more trouble than it's worth. > I think I don't want to fixate the ramp delay to any value (meaning that the > delay would last around 50ms). This seams to be also board specific, so I > would rather leave this to the user to find the best value for the given > board. Ah, right. Possibly worth making it platform data, I suppose, but that'd be a pain when experimenting to find the values.