aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-28 05:22:45 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-28 09:35:01 -0500
commitfb58a2ff300cb3fd6077484ca7d8c6e6f13a0350 (patch)
tree2eac41ffeb3697f618132757e9cc70cd7391fff3 /sound
parentc812459396733b42655e0d656763af02e06f97ed (diff)
ASoC: Remove version display from WM9713
The version isn't being updated or used, the kernel revision tracking is enough. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm9713.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index c58aab375edb..96e46d9a0171 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -28,8 +28,6 @@
28 28
29#include "wm9713.h" 29#include "wm9713.h"
30 30
31#define WM9713_VERSION "0.15"
32
33struct wm9713_priv { 31struct wm9713_priv {
34 u32 pll_in; /* PLL input frequency */ 32 u32 pll_in; /* PLL input frequency */
35}; 33};
@@ -1186,8 +1184,6 @@ static int wm9713_soc_probe(struct platform_device *pdev)
1186 struct snd_soc_codec *codec; 1184 struct snd_soc_codec *codec;
1187 int ret = 0, reg; 1185 int ret = 0, reg;
1188 1186
1189 printk(KERN_INFO "WM9713/WM9714 SoC Audio Codec %s\n", WM9713_VERSION);
1190
1191 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), 1187 socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec),
1192 GFP_KERNEL); 1188 GFP_KERNEL);
1193 if (socdev->card->codec == NULL) 1189 if (socdev->card->codec == NULL)