projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e895ac
)
ASoC: stac9766: Remove version number
author
Mark Brown
<broonie@linaro.org>
Tue, 25 Jun 2013 16:06:15 +0000
(17:06 +0100)
committer
Mark Brown
<broonie@linaro.org>
Tue, 25 Jun 2013 16:09:16 +0000
(17:09 +0100)
There is no need to have versioning beyond that for the kernel, especially
when the version number never gets updated.
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/stac9766.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/stac9766.c
b/sound/soc/codecs/stac9766.c
index 2eda85ba79acd2cdd442b78fa4631542f0caffdd..cbc7ae322324d5427685749c8cd14e0b9b2eb222 100644
(file)
--- a/
sound/soc/codecs/stac9766.c
+++ b/
sound/soc/codecs/stac9766.c
@@
-28,8
+28,6
@@
#include "stac9766.h"
-#define STAC9766_VERSION "0.10"
-
/*
* STAC9766 register cache
*/
@@
-338,8
+336,6
@@
static int stac9766_codec_probe(struct snd_soc_codec *codec)
{
int ret = 0;
- printk(KERN_INFO "STAC9766 SoC Audio Codec %s\n", STAC9766_VERSION);
-
ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0)
goto codec_err;