diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-07 14:53:00 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-07 14:53:00 +0200 |
commit | 25e8d9b67b206b8bf9bf11699d1a7e67c87c1a2e (patch) | |
tree | 874d7900c990dcbb4f67b762c5ba43918f207f00 /sound/pci | |
parent | 489008cd58740fe3842822681d33bf87c07c3412 (diff) |
ALSA: hda - Remove left-over debug printk in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
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, { int idx; - printk("XXX set output pin %x, dac %x\n", nid, dac); /* set as output */ alc_set_pin_output(codec, nid, pin_type); |