Merge tag 'backlight-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / sound / soc / codecs / hdac_hdmi.c
index 2abb742fc47b53f19a3a2024fd6424a86c63c631..4e181b270d95022b01f50d37b618b72eb0e68bed 100644 (file)
@@ -1124,8 +1124,10 @@ static void hdac_hdmi_present_sense(struct hdac_hdmi_pin *pin, int repoll)
                        }
                        hdac_hdmi_parse_eld(edev, pin);
 
-                       print_hex_dump_bytes("ELD: ", DUMP_PREFIX_OFFSET,
-                                       pin->eld.eld_buffer, pin->eld.eld_size);
+                       print_hex_dump_debug("ELD: ",
+                                       DUMP_PREFIX_OFFSET, 16, 1,
+                                       pin->eld.eld_buffer, pin->eld.eld_size,
+                                       true);
                } else {
                        pin->eld.monitor_present = false;
                        pin->eld.eld_valid = false;
@@ -1816,6 +1818,7 @@ static const struct dev_pm_ops hdac_hdmi_pm = {
 static const struct hda_device_id hdmi_list[] = {
        HDA_CODEC_EXT_ENTRY(0x80862809, 0x100000, "Skylake HDMI", 0),
        HDA_CODEC_EXT_ENTRY(0x8086280a, 0x100000, "Broxton HDMI", 0),
+       HDA_CODEC_EXT_ENTRY(0x8086280b, 0x100000, "Kabylake HDMI", 0),
        {}
 };
 
This page took 0.025121 seconds and 5 git commands to generate.