aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
diff options
context:
space:
mode:
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 @@
29 29
30#include "wm8510.h" 30#include "wm8510.h"
31 31
32#define WM8510_VERSION "0.6"
33
34/* 32/*
35 * wm8510 register cache 33 * wm8510 register cache
36 * We can't read the WM8510 register space when we are 34 * We can't read the WM8510 register space when we are
@@ -563,8 +561,6 @@ static int wm8510_probe(struct snd_soc_codec *codec)
563 struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec); 561 struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec);
564 int ret; 562 int ret;
565 563
566 pr_info("WM8510 Audio Codec %s", WM8510_VERSION);
567
568 codec->control_data = wm8510->control_data; 564 codec->control_data = wm8510->control_data;
569 ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8510->control_type); 565 ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8510->control_type);
570 if (ret < 0) { 566 if (ret < 0) {