summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
diff options
context:
space:
mode:
authorMark Brown2010-08-12 11:57:04 +0200
committerLiam Girdwood2010-08-12 15:00:18 +0200
commit26e277d7151abcef8efa1e6f1f0d1420d4ed17c6 (patch)
treedc1bf2b36df4eb2ac285241ebf66e816431d5cb4 /sound/soc/codecs/wm8510.c
parentasoc/multi-component: fsl: add support for disabled SSI nodes (diff)
downloadkernel-qcow2-linux-26e277d7151abcef8efa1e6f1f0d1420d4ed17c6.tar.gz
kernel-qcow2-linux-26e277d7151abcef8efa1e6f1f0d1420d4ed17c6.tar.xz
kernel-qcow2-linux-26e277d7151abcef8efa1e6f1f0d1420d4ed17c6.zip
ASoC: Remove version display from WM8510 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/wm8510.c')
-rw-r--r--sound/soc/codecs/wm8510.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c
index dbfa05d2cb92..1c623de4a4cd 100644
--- a/sound/soc/codecs/wm8510.c
+++ b/sound/soc/codecs/wm8510.c
@@ -29,8 +29,6 @@
#include "wm8510.h"
-#define WM8510_VERSION "0.6"
-
/*
* wm8510 register cache
* We can't read the WM8510 register space when we are
@@ -563,8 +561,6 @@ static int wm8510_probe(struct snd_soc_codec *codec)
struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec);
int ret;
- pr_info("WM8510 Audio Codec %s", WM8510_VERSION);
-
codec->control_data = wm8510->control_data;
ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8510->control_type);
if (ret < 0) {