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:
af3751a
)
ASoC: Remove version display from WM8971 driver
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 12 Aug 2010 09:57:05 +0000
(10:57 +0100)
committer
Liam Girdwood
<lrg@slimlogic.co.uk>
Thu, 12 Aug 2010 13:00:19 +0000
(14:00 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/wm8971.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8971.c
b/sound/soc/codecs/wm8971.c
index 1d460735c4d32d9425e1d480e08e8a3831b72e0a..63f6dbf5d07021887084e57541591bf1fa570fb3 100644
(file)
--- a/
sound/soc/codecs/wm8971.c
+++ b/
sound/soc/codecs/wm8971.c
@@
-30,8
+30,6
@@
#include "wm8971.h"
-#define WM8971_VERSION "0.9"
-
#define WM8971_REG_COUNT 43
static struct workqueue_struct *wm8971_workq = NULL;
@@
-639,8
+637,6
@@
static int wm8971_probe(struct snd_soc_codec *codec)
int ret = 0;
u16 reg;
- pr_info("WM8971 Audio Codec %s", WM8971_VERSION);
-
ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8971->control_type);
if (ret < 0) {
printk(KERN_ERR "wm8971: failed to set cache I/O: %d\n", ret);