* [PATCH] ASoC: Remove register write trace from WM8994
@ 2010-11-03 17:50 Mark Brown
2010-11-03 18:26 ` Liam Girdwood
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2010-11-03 17:50 UTC (permalink / raw)
To: Liam Girdwood; +Cc: alsa-devel, Mark Brown, linux-kernel
We now have trace in the ASoC core so we don't need to our own trace in
the driver.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8994.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 3f70dee..d81cac5 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -1730,8 +1730,6 @@ static int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
if (!wm8994_volatile(reg))
wm8994->reg_cache[reg] = value;
- dev_dbg(codec->dev, "0x%x = 0x%x\n", reg, value);
-
return wm8994_reg_write(codec->control_data, reg, value);
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Remove register write trace from WM8994
2010-11-03 17:50 [PATCH] ASoC: Remove register write trace from WM8994 Mark Brown
@ 2010-11-03 18:26 ` Liam Girdwood
0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2010-11-03 18:26 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, linux-kernel
On Wed, 2010-11-03 at 13:50 -0400, Mark Brown wrote:
> We now have trace in the ASoC core so we don't need to our own trace in
> the driver.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/codecs/wm8994.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
> index 3f70dee..d81cac5 100644
> --- a/sound/soc/codecs/wm8994.c
> +++ b/sound/soc/codecs/wm8994.c
> @@ -1730,8 +1730,6 @@ static int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
> if (!wm8994_volatile(reg))
> wm8994->reg_cache[reg] = value;
>
> - dev_dbg(codec->dev, "0x%x = 0x%x\n", reg, value);
> -
> return wm8994_reg_write(codec->control_data, reg, value);
> }
>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-03 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 17:50 [PATCH] ASoC: Remove register write trace from WM8994 Mark Brown
2010-11-03 18:26 ` Liam Girdwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).