diff options
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index d4a3d0942c00..070b74384d43 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -569,9 +569,11 @@ struct cea_sad { | |||
569 | * ELD: EDID Like Data | 569 | * ELD: EDID Like Data |
570 | */ | 570 | */ |
571 | struct hdmi_eld { | 571 | struct hdmi_eld { |
572 | bool monitor_present; | ||
573 | bool eld_valid; | ||
572 | int eld_size; | 574 | int eld_size; |
573 | int baseline_len; | 575 | int baseline_len; |
574 | int eld_ver; /* (eld_ver == 0) indicates invalid ELD */ | 576 | int eld_ver; |
575 | int cea_edid_ver; | 577 | int cea_edid_ver; |
576 | char monitor_name[ELD_MAX_MNL + 1]; | 578 | char monitor_name[ELD_MAX_MNL + 1]; |
577 | int manufacture_id; | 579 | int manufacture_id; |