aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/uda1380.c
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2009-03-03 10:10:53 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-03 10:54:10 -0500
commita3c7729e6c5d41bbeb3e13befbcf8e4ef76e55dc (patch)
tree5b08f568fdf0e98bac0447d5c146770ac7b732f4 /sound/soc/codecs/uda1380.c
parentff09d49ad0176a5f52a398c137a7ff5f669d6be4 (diff)
ASoC: Remove version display from the UDA1380 driver
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/uda1380.c')
-rw-r--r--sound/soc/codecs/uda1380.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/uda1380.c b/sound/soc/codecs/uda1380.c
index 5242b8156b38..8686a554536e 100644
--- a/sound/soc/codecs/uda1380.c
+++ b/sound/soc/codecs/uda1380.c
@@ -35,8 +35,6 @@
35 35
36#include "uda1380.h" 36#include "uda1380.h"
37 37
38#define UDA1380_VERSION "0.6"
39
40/* 38/*
41 * uda1380 register cache 39 * uda1380 register cache
42 */ 40 */
@@ -826,8 +824,6 @@ static int uda1380_probe(struct platform_device *pdev)
826 struct snd_soc_codec *codec; 824 struct snd_soc_codec *codec;
827 int ret; 825 int ret;
828 826
829 pr_info("UDA1380 Audio Codec %s", UDA1380_VERSION);
830
831 setup = socdev->codec_data; 827 setup = socdev->codec_data;
832 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL); 828 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
833 if (codec == NULL) 829 if (codec == NULL)