From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] soc - Include register in DAPM debug output
Date: Mon, 14 Apr 2008 12:24:50 +0200 [thread overview]
Message-ID: <s5h63ukhgy5.wl%tiwai@suse.de> (raw)
In-Reply-To: <1206547939-22264-1-git-send-email-broonie@opensource.wolfsonmicro.com>
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 <broonie@opensource.wolfsonmicro.com>
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
>
prev parent reply other threads:[~2008-04-14 10:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-26 16:12 [PATCH] soc - Include register in DAPM debug output Mark Brown
2008-04-14 10:24 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h63ukhgy5.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox