projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dbf0a
)
ASoC: Remove register write trace from WM8994
author
Mark Brown
<
[email protected]
>
Wed, 3 Nov 2010 17:48:04 +0000
(13:48 -0400)
committer
Mark Brown
<
[email protected]
>
Wed, 3 Nov 2010 18:28:53 +0000
(14:28 -0400)
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 <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/wm8994.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8994.c
b/sound/soc/codecs/wm8994.c
index 3f70dee048b0be4d0ef1612468fa80667480dd89..d81cac5b93b482b10563beab3821c5ba01268844 100644
(file)
--- 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);
}