summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-02-06 13:46:01 (GMT)
committerTakashi Iwai <tiwai@suse.de>2012-02-06 13:46:01 (GMT)
commitfc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa (patch)
tree468e4d71e07183c7a8275dbd606a4e1a8ebffe28 /sound/pci/hda/hda_codec.c
parent9322ca549771f2e84a93ac3f509ade1e4c3cdb35 (diff)
downloadlinux-fsl-qoriq-fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa.tar.xz
ALSA: hda - Remove a debug print in vmaster code
Wrongly slipped in from the commit 9322ca54. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 8a2f9dd..65c0179 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -2320,7 +2320,6 @@ static int map_slaves(struct hda_codec *codec, const char * const *slaves,
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)