From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dimitris Papastamos Subject: Re: [PATCH] ASoC: soc-dapm: Fix breakage with incorrect codec pointer Date: Sat, 18 Jun 2011 15:10:46 +0100 Message-ID: <20110618141046.GA4065@opensource.wolfsonmicro.com> References: <1308322347-13512-1-git-send-email-dp@opensource.wolfsonmicro.com> <4DFB77AA.8060803@ti.com> <20110617160153.GA11241@opensource.wolfsonmicro.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 13B001037EC for ; Sat, 18 Jun 2011 16:10:50 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20110617160153.GA11241@opensource.wolfsonmicro.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: Mark Brown Cc: "alsa-devel@alsa-project.org" , "patches@opensource.wolfsonmicro.com" , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Jun 17, 2011 at 05:01:53PM +0100, Mark Brown wrote: > On Fri, Jun 17, 2011 at 04:50:02PM +0100, Liam Girdwood wrote: > > On 17/06/11 15:52, Dimitris Papastamos wrote: > > > > - soc_widget_update_bits(w, reg, mask, value); > > > + snd_soc_update_bits(dapm->codec, reg, mask, value); > > > Acked-by: Liam Girdwood > > This'll work just now but it essentially invalidates the change to > support non-CODEC DAPM widgets - we need to fix that change properly, > this means that anything other than a CODEC won't be able to use > registers. Yes that's true. That was a quick fix to temporarily take care of this problem. Thanks, Dimitris