summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-27 09:47:04 +0100
committerMark Brown <broonie@linaro.org>2013-06-27 09:47:04 +0100
commita356a380b61fab157d5b513d2f9245150ec39b7b (patch)
treefd54a563cade960b9f5459e2db2f416206c0e930 /sound
parent9b86421d14b8780c7abe3c6c8d27e617a74d0148 (diff)
parent4bf07eef016e606a73ecae9762e155e51c5a38ed (diff)
downloadlinux-a356a380b61fab157d5b513d2f9245150ec39b7b.tar.gz
linux-a356a380b61fab157d5b513d2f9245150ec39b7b.tar.xz
Merge branch 'topic/stac9766' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-ac97
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/stac9766.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c
index 2eda85ba79ac..cbc7ae322324 100644
--- 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;