From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: sst_platform: Fix lock acquring Date: Mon, 11 Apr 2011 13:15:46 -0700 Message-ID: <20110411201545.GC29405@opensource.wolfsonmicro.com> References: <20110408073848.30438.39586.stgit@localhost> 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 90C5D1038F4 for ; Mon, 11 Apr 2011 22:15:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20110408073848.30438.39586.stgit@localhost> 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: Lu Guanqun Cc: Koul Vinod , Takashi Iwai , ALSA , Harsha Priya , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Apr 08, 2011 at 03:38:48PM +0800, Lu Guanqun wrote: > Fix the possible dead lock shown below: > > spin_lock Applied, thanks.