From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] soc - Include register in DAPM debug output Date: Mon, 14 Apr 2008 12:24:50 +0200 Message-ID: References: <1206547939-22264-1-git-send-email-broonie@opensource.wolfsonmicro.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns1.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 3339E24494 for ; Mon, 14 Apr 2008 12:24:51 +0200 (CEST) In-Reply-To: <1206547939-22264-1-git-send-email-broonie@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 List-Id: alsa-devel@alsa-project.org At Wed, 26 Mar 2008 16:12:19 +0000, Mark Brown wrote: > > When logging register changes in DAPM debug output include the register > number. > > Signed-off-by: Mark Brown Thanks, applied to ALSA tree. Takashi > --- > sound/soc/soc-dapm.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c > index abac684..e0637d8 100644 > --- a/sound/soc/soc-dapm.c > +++ b/sound/soc/soc-dapm.c > @@ -226,7 +226,7 @@ static int dapm_update_bits(struct snd_soc_dapm_widget *widget) > snd_soc_write(codec, widget->reg, new); > pop_wait(POP_TIME); > } > - dbg("reg old %x new %x change %d\n", old, new, change); > + dbg("reg %x old %x new %x change %d\n", widget->reg, old, new, change); > return change; > } > > -- > 1.5.4.4 >