aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-03 13:48:04 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-03 14:28:53 -0400
commit7b0f42b59a01a2cc563c5f8670133b819e5c9895 (patch)
tree0a1583b35cfd1fe394f68f47abcca0a55c675b8a /sound/soc/codecs/wm8994.c
parentASoC: soc-cache: Remove unnecessary debugging info (diff)
downloadlinux-dev-7b0f42b59a01a2cc563c5f8670133b819e5c9895.tar.xz
linux-dev-7b0f42b59a01a2cc563c5f8670133b819e5c9895.zip
ASoC: Remove register write trace from WM8994
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> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to '')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 3f70dee048b0..d81cac5b93b4 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);
}