[alsa-devel] [PATCH 2/2] ASoC: Remove version display from WM8971 driver
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Aug 12 11:57:05 CEST 2010
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8971.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/sound/soc/codecs/wm8971.c b/sound/soc/codecs/wm8971.c
index ad2692a..9ec9a2e 100644
--- a/sound/soc/codecs/wm8971.c
+++ b/sound/soc/codecs/wm8971.c
@@ -30,8 +30,6 @@
#include "wm8971.h"
-#define WM8971_VERSION "0.9"
-
#define WM8971_REG_COUNT 43
static struct workqueue_struct *wm8971_workq = NULL;
@@ -640,8 +638,6 @@ static int wm8971_probe(struct snd_soc_codec *codec)
int ret = 0;
u16 reg;
- pr_info("WM8971 Audio Codec %s", WM8971_VERSION);
-
codec->control_data = wm8971->control_data;
ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8971->control_type);
if (ret < 0) {
--
1.7.1
More information about the Alsa-devel
mailing list