[alsa-devel] [PATCH 3/4] ASoC: Remove version display from the UDA1380 driver
Philipp Zabel
philipp.zabel at gmail.com
Tue Mar 3 16:10:53 CET 2009
Signed-off-by: Philipp Zabel <philipp.zabel at gmail.com>
---
sound/soc/codecs/uda1380.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c
index 1e3769d..a6987d7 100644
--- a/sound/soc/codecs/uda1380.c
+++ b/sound/soc/codecs/uda1380.c
@@ -35,8 +35,6 @@
#include "uda1380.h"
-#define UDA1380_VERSION "0.6"
-
/*
* uda1380 register cache
*/
@@ -831,8 +829,6 @@ static int uda1380_probe(struct platform_device *pdev)
struct snd_soc_codec *codec;
int ret;
- pr_info("UDA1380 Audio Codec %s", UDA1380_VERSION);
-
setup = socdev->codec_data;
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
if (codec == NULL)
--
1.6.1.3
More information about the Alsa-devel
mailing list