aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-04-07 08:53:00 -0400
committerTakashi Iwai <tiwai@suse.de>2010-04-07 08:53:00 -0400
commit25e8d9b67b206b8bf9bf11699d1a7e67c87c1a2e (patch)
tree874d7900c990dcbb4f67b762c5ba43918f207f00
parent489008cd58740fe3842822681d33bf87c07c3412 (diff)
ALSA: hda - Remove left-over debug printk in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f4ca9b2d8784..836103081925 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10195,7 +10195,6 @@ static void alc882_auto_set_output_and_unmute(struct hda_codec *codec,
10195{ 10195{
10196 int idx; 10196 int idx;
10197 10197
10198 printk("XXX set output pin %x, dac %x\n", nid, dac);
10199 /* set as output */ 10198 /* set as output */
10200 alc_set_pin_output(codec, nid, pin_type); 10199 alc_set_pin_output(codec, nid, pin_type);
10201 10200