aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-25 13:49:26 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-25 14:31:22 -0400
commitbd73fc76f7a232f4add4fb0d7109589987ff7194 (patch)
tree863fa33fd00ea75247b8417f7ba455680cbd80f8 /sound/soc
parentfab90aa4cf2330f15bba5218d5d633c1044bddd3 (diff)
ASoC: Remove version display from WM8990
It's not needed and the version number never gets updated anyway. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm8990.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c
index 9a9528e9044..4caa509b853 100644
--- a/sound/soc/codecs/wm8990.c
+++ b/sound/soc/codecs/wm8990.c
@@ -29,8 +29,6 @@
29 29
30#include "wm8990.h" 30#include "wm8990.h"
31 31
32#define WM8990_VERSION "0.2"
33
34/* codec private data */ 32/* codec private data */
35struct wm8990_priv { 33struct wm8990_priv {
36 unsigned int sysclk; 34 unsigned int sysclk;
@@ -1510,8 +1508,6 @@ static int wm8990_probe(struct platform_device *pdev)
1510 struct wm8990_priv *wm8990; 1508 struct wm8990_priv *wm8990;
1511 int ret; 1509 int ret;
1512 1510
1513 pr_info("WM8990 Audio Codec %s\n", WM8990_VERSION);
1514
1515 setup = socdev->codec_data; 1511 setup = socdev->codec_data;
1516 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); 1512 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
1517 if (codec == NULL) 1513 if (codec == NULL)