aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-02-16 09:08:22 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-02-17 09:29:54 -0500
commit7b317b692a03a870d7acda0a0bd4d211f1c064fe (patch)
tree9d2b28bc652b8c6616ea189ee19b686371466af6 /sound/soc/codecs/wm8731.c
parent31b59cf9cebb5bb675f49fe44814bbb7270374cc (diff)
ASoC: Remove version display from the WM8731 driver
It makes boot a bit more noisy and I never remember to update it. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8731.c')
-rw-r--r--sound/soc/codecs/wm8731.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c
index 0150fe53a65d..816e5bf9edc1 100644
--- a/sound/soc/codecs/wm8731.c
+++ b/sound/soc/codecs/wm8731.c
@@ -29,8 +29,6 @@
29 29
30#include "wm8731.h" 30#include "wm8731.h"
31 31
32#define WM8731_VERSION "0.13"
33
34struct snd_soc_codec_device soc_codec_dev_wm8731; 32struct snd_soc_codec_device soc_codec_dev_wm8731;
35 33
36/* codec private data */ 34/* codec private data */
@@ -702,8 +700,6 @@ static int wm8731_probe(struct platform_device *pdev)
702 struct wm8731_priv *wm8731; 700 struct wm8731_priv *wm8731;
703 int ret = 0; 701 int ret = 0;
704 702
705 pr_info("WM8731 Audio Codec %s", WM8731_VERSION);
706
707 setup = socdev->codec_data; 703 setup = socdev->codec_data;
708 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); 704 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
709 if (codec == NULL) 705 if (codec == NULL)