diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-12 05:57:05 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-12 09:00:19 -0400 |
commit | 38445af3bc0658615fd9a724fbcb67148eac2cd3 (patch) | |
tree | a5b42e4c2651cbcde5c492b3d0c3a4c4c8e61ecf | |
parent | af3751a0bfe4d461e0567961dc06448f2128e26f (diff) |
ASoC: Remove version display from WM8971 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/codecs/wm8971.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8971.c b/sound/soc/codecs/wm8971.c index 1d460735c4d..63f6dbf5d07 100644 --- a/sound/soc/codecs/wm8971.c +++ b/sound/soc/codecs/wm8971.c | |||
@@ -30,8 +30,6 @@ | |||
30 | 30 | ||
31 | #include "wm8971.h" | 31 | #include "wm8971.h" |
32 | 32 | ||
33 | #define WM8971_VERSION "0.9" | ||
34 | |||
35 | #define WM8971_REG_COUNT 43 | 33 | #define WM8971_REG_COUNT 43 |
36 | 34 | ||
37 | static struct workqueue_struct *wm8971_workq = NULL; | 35 | static struct workqueue_struct *wm8971_workq = NULL; |
@@ -639,8 +637,6 @@ static int wm8971_probe(struct snd_soc_codec *codec) | |||
639 | int ret = 0; | 637 | int ret = 0; |
640 | u16 reg; | 638 | u16 reg; |
641 | 639 | ||
642 | pr_info("WM8971 Audio Codec %s", WM8971_VERSION); | ||
643 | |||
644 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8971->control_type); | 640 | ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8971->control_type); |
645 | if (ret < 0) { | 641 | if (ret < 0) { |
646 | printk(KERN_ERR "wm8971: failed to set cache I/O: %d\n", ret); | 642 | printk(KERN_ERR "wm8971: failed to set cache I/O: %d\n", ret); |