Commit 26e277d7 authored by Mark Brown's avatar Mark Brown Committed by Liam Girdwood

ASoC: Remove version display from WM8510 driver

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent ff71334a
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#include "wm8510.h" #include "wm8510.h"
#define WM8510_VERSION "0.6"
/* /*
* wm8510 register cache * wm8510 register cache
* We can't read the WM8510 register space when we are * 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,8 +561,6 @@ static int wm8510_probe(struct snd_soc_codec *codec)
struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec); struct wm8510_priv *wm8510 = snd_soc_codec_get_drvdata(codec);
int ret; int ret;
pr_info("WM8510 Audio Codec %s", WM8510_VERSION);
codec->control_data = wm8510->control_data; codec->control_data = wm8510->control_data;
ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8510->control_type); ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8510->control_type);
if (ret < 0) { if (ret < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment