aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8753.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-02-18 11:36:44 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-02-18 11:55:26 +0000
commit59544d33ff3118f22a484d8be06cdf5cfc2fdca5 (patch)
treef84bf6682fc587721ff9807ff895ba03a4106d4b /sound/soc/codecs/wm8753.c
parentASoC: Refactor WM8731 device registration (diff)
downloadlinux-dev-59544d33ff3118f22a484d8be06cdf5cfc2fdca5.tar.xz
linux-dev-59544d33ff3118f22a484d8be06cdf5cfc2fdca5.zip
ASoC: Remove version display from the WM8753 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8753.c')
-rw-r--r--sound/soc/codecs/wm8753.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index dc6042c6424f..31ff337f8225 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -51,8 +51,6 @@
#include "wm8753.h"
-#define WM8753_VERSION "0.16"
-
static int caps_charge = 2000;
module_param(caps_charge, int, 0);
MODULE_PARM_DESC(caps_charge, "WM8753 cap charge time (msecs)");
@@ -1778,8 +1776,6 @@ static int wm8753_probe(struct platform_device *pdev)
struct wm8753_priv *wm8753;
int ret = 0;
- pr_info("WM8753 Audio Codec %s", WM8753_VERSION);
-
setup = socdev->codec_data;
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL)