diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2009-11-17 23:38:01 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-18 01:37:49 -0500 |
commit | 23ccc2bd246a5bdb1ac03dc9040a0585c1890ef3 (patch) | |
tree | cbe53b086f16a4009378264bb16fabc5243cec16 /sound/pci/hda/hda_local.h | |
parent | 1e7c10fefadb42d9300305c7de57bea365855e9b (diff) |
ALSA: intelhdmi - export monitor-presence and ELD-valid status
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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; |