diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-01 07:42:39 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-01 07:54:12 -0500 |
commit | f3bafaa096b64dabbaea3e3a2be213a9628ebe4d (patch) | |
tree | 52dc119d448ac53fc6df8c87494a870128b34a51 /sound/soc/codecs/wm9712.c | |
parent | 2633f736470e803ac9f5372a0d83ba108345a80a (diff) |
ASoC: wm9712: Remove driver specific version
I don't think it's been updated since the driver was merged.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm9712.c')
-rw-r--r-- | sound/soc/codecs/wm9712.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index b7b31f84c10b..247f19a31ba2 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c | |||
@@ -22,8 +22,6 @@ | |||
22 | #include <sound/soc.h> | 22 | #include <sound/soc.h> |
23 | #include "wm9712.h" | 23 | #include "wm9712.h" |
24 | 24 | ||
25 | #define WM9712_VERSION "0.4" | ||
26 | |||
27 | static unsigned int ac97_read(struct snd_soc_codec *codec, | 25 | static unsigned int ac97_read(struct snd_soc_codec *codec, |
28 | unsigned int reg); | 26 | unsigned int reg); |
29 | static int ac97_write(struct snd_soc_codec *codec, | 27 | static int ac97_write(struct snd_soc_codec *codec, |
@@ -619,8 +617,6 @@ static int wm9712_soc_probe(struct snd_soc_codec *codec) | |||
619 | { | 617 | { |
620 | int ret = 0; | 618 | int ret = 0; |
621 | 619 | ||
622 | printk(KERN_INFO "WM9711/WM9712 SoC Audio Codec %s\n", WM9712_VERSION); | ||
623 | |||
624 | ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); | 620 | ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); |
625 | if (ret < 0) { | 621 | if (ret < 0) { |
626 | printk(KERN_ERR "wm9712: failed to register AC97 codec\n"); | 622 | printk(KERN_ERR "wm9712: failed to register AC97 codec\n"); |