From f624b6ebc3e160090fabde1681e828fab57e683c Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 14 Apr 2008 12:59:27 +0200 Subject: [PATCH] --- yaml --- r: 92189 b: refs/heads/master c: 32f4876e62d5caba712ca76d96b0018dcc0f9601 h: refs/heads/master i: 92187: 7c35d7827238e1cd4b217ecb759bdf68941fc171 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-dapm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 37f638a35f9d..b17dc3026da1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4383fae0ec5bc269f9eb4383b223731e3ecd2fe3 +refs/heads/master: 32f4876e62d5caba712ca76d96b0018dcc0f9601 diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 4c64560493f5..af3326c63504 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/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; }