diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-02-06 14:46:01 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-06 14:46:01 +0100 |
commit | fc9e5c6f42f4706dfb9f06f369ddd81f38b0a3fa (patch) | |
tree | 468e4d71e07183c7a8275dbd606a4e1a8ebffe28 /sound/pci/hda/hda_codec.c | |
parent | 9322ca549771f2e84a93ac3f509ade1e4c3cdb35 (diff) |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8a2f9dddbf0..65c01798d84 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) |