projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff09d49
)
ASoC: Remove version display from the UDA1380 driver
author
Philipp Zabel
<philipp.zabel@gmail.com>
Tue, 3 Mar 2009 15:10:53 +0000
(16:10 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 3 Mar 2009 15:54:10 +0000
(15:54 +0000)
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/uda1380.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/uda1380.c
b/sound/soc/codecs/uda1380.c
index 5242b8156b382a00a68a718928c1f77feea7f4e3..8686a554536e7461a0b37120565352835cfd3c79 100644
(file)
--- 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
*/
@@
-826,8
+824,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)