projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9322ca5
)
ALSA: hda - Remove a debug print in vmaster code
author
Takashi Iwai
<tiwai@suse.de>
Mon, 6 Feb 2012 13:46:01 +0000
(14:46 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 6 Feb 2012 13:46:01 +0000
(14:46 +0100)
Wrongly slipped in from the commit
9322ca54
.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_codec.c
b/sound/pci/hda/hda_codec.c
index 8a2f9dddbf0a41988a50febebab2d0a05c49381f..65c01798d843052fb0ef6007606aa57b5865e931 100644
(file)
--- 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)