summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown2013-06-25 18:19:56 +0200
committerMark Brown2013-06-25 18:22:19 +0200
commit13446cf6e9fa23f288828a783832b2de293fa5a2 (patch)
treeadae34dc8e525decc215c08f180205fe0d1e2644 /sound
parentLinux 3.10-rc7 (diff)
downloadkernel-qcow2-linux-13446cf6e9fa23f288828a783832b2de293fa5a2.tar.gz
kernel-qcow2-linux-13446cf6e9fa23f288828a783832b2de293fa5a2.tar.xz
kernel-qcow2-linux-13446cf6e9fa23f288828a783832b2de293fa5a2.zip
ASoC: wm9705: Remove noisy print on boot
There's no content in the announcement. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm9705.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c
index 05b1f346695b..a5fc61dbcd47 100644
--- a/sound/soc/codecs/wm9705.c
+++ b/sound/soc/codecs/wm9705.c
@@ -337,8 +337,6 @@ static int wm9705_soc_probe(struct snd_soc_codec *codec)
{
int ret = 0;
- printk(KERN_INFO "WM9705 SoC Audio Codec\n");
-
ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
if (ret < 0) {
printk(KERN_ERR "wm9705: failed to register AC97 codec\n");