From fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Mon, 6 Feb 2012 14:46:01 +0100
Subject: [PATCH] ALSA: hda - Remove a debug print in vmaster code
Git-commit: fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa
Patch-mainline: 3.4-rc3
References: FATE#313695

Wrongly slipped in from the commit 9322ca54.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/hda_codec.c |    1 -
 1 file changed, 1 deletion(-)

--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -2323,7 +2323,6 @@ static int map_slaves(struct hda_codec *
 					 name, suffix);
 				name = tmpname;
 			}
-			printk("XXX comparing %s vs %s\n", sctl->id.name, name);
 			if (!strcmp(sctl->id.name, name)) {
 				err = func(data, sctl);
 				if (err)
