From f75cdbe68d3aa1c0c34a38ad83a28974a65af018 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 1 Feb 2012 12:42:39 +0000 Subject: [PATCH] --- yaml --- r: 293273 b: refs/heads/master c: f3bafaa096b64dabbaea3e3a2be213a9628ebe4d h: refs/heads/master i: 293271: ec2b9580ae75aa6a9cfdd8f78c5b368c63eba6e8 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm9712.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index f58c4ecd33dc..e840fad43b90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2633f736470e803ac9f5372a0d83ba108345a80a +refs/heads/master: f3bafaa096b64dabbaea3e3a2be213a9628ebe4d diff --git a/trunk/sound/soc/codecs/wm9712.c b/trunk/sound/soc/codecs/wm9712.c index b7b31f84c10b..247f19a31ba2 100644 --- a/trunk/sound/soc/codecs/wm9712.c +++ b/trunk/sound/soc/codecs/wm9712.c @@ -22,8 +22,6 @@ #include #include "wm9712.h" -#define WM9712_VERSION "0.4" - static unsigned int ac97_read(struct snd_soc_codec *codec, unsigned int reg); static int ac97_write(struct snd_soc_codec *codec, @@ -619,8 +617,6 @@ static int wm9712_soc_probe(struct snd_soc_codec *codec) { int ret = 0; - printk(KERN_INFO "WM9711/WM9712 SoC Audio Codec %s\n", WM9712_VERSION); - ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); if (ret < 0) { printk(KERN_ERR "wm9712: failed to register AC97 codec\n");