]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ASoC: Remove core version number
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Nov 2008 11:13:21 +0000 (11:13 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Nov 2008 22:11:29 +0000 (22:11 +0000)
Rather than try to remember to keep the core version number updated
(which hasn't been happening) just remove it.  It was much more useful
when ASoC was out of tree.

Signed-off-by: Mark brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h
sound/soc/soc-core.c

index da0040b69c2daaa581975870bd01d1a6ec588af6..fa1b99b45893980ac8a0978b8041b9b311b1d559 100644 (file)
@@ -21,8 +21,6 @@
 #include <sound/control.h>
 #include <sound/ac97_codec.h>
 
-#define SND_SOC_VERSION "0.13.2"
-
 /*
  * Convenience kcontrol builders
  */
index 1a173682965ab43977c5f5ace6e03a9389411efc..9feaa7b6dc348ca9701267abee09d5116b27bfaf 100644 (file)
@@ -1965,7 +1965,6 @@ EXPORT_SYMBOL_GPL(snd_soc_dai_digital_mute);
 
 static int __devinit snd_soc_init(void)
 {
-       printk(KERN_INFO "ASoC version %s\n", SND_SOC_VERSION);
        return platform_driver_register(&soc_driver);
 }