summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_hdmi.c
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-24 14:36:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-24 14:36:07 +0200
commit61a50f833622ce901054b32c332c4e168ced4c98 (patch)
treee989adad6fd3580301c6e60980549cb15505e403 /sound/pci/hda/patch_hdmi.c
parentf2af41568dfd412e16a2f1258363872a07e25a96 (diff)
parent620823e2f6a11e2e8eb417b54fb4599cbc0e4707 (diff)
Merge branch 'colibri' of git.toradex.com:linux-toradex into colibriT30_LinuxImageV2.0Beta2_20130626Apalis_T30_LinuxImageV2.0Beta1_20130626
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r--sound/pci/hda/patch_hdmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 5942395099ad..ac509cd68f6f 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -702,7 +702,7 @@ static void hdmi_intrinsic_event(struct hda_codec *codec, unsigned int res)
int pin_idx;
struct hdmi_eld *eld;
- printk(KERN_INFO
+ printk(KERN_DEBUG
"HDMI hot plug event: Codec=%d Pin=%d Presence_Detect=%d ELD_Valid=%d\n",
codec->addr, pin_nid, pd, eldv);
@@ -952,7 +952,7 @@ static void hdmi_present_sense(struct hda_codec *codec, hda_nid_t pin_nid,
if (eld->monitor_present)
eld_valid = !!(present & AC_PINSENSE_ELDV);
- printk(KERN_INFO
+ printk(KERN_DEBUG
"HDMI status: Codec=%d Pin=%d Presence_Detect=%d ELD_Valid=%d\n",
codec->addr, pin_nid, eld->monitor_present, eld_valid);