diff options
author | Dave Airlie <airlied@linux.ie> | 2007-12-30 16:39:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-12-30 16:39:58 +1000 |
commit | 0bc3fd595a73e12a424571697d164a09a6a4c072 (patch) | |
tree | 79b60362611fcf8f15709d7817d85b2f8bc4ea60 /src/AtomBios | |
parent | bfa22d676a6f333503104041f62222f4de9bb7d8 (diff) |
atombios: add support for reading tv standard from atombios
fix typo in atombios header file
Diffstat (limited to 'src/AtomBios')
-rw-r--r-- | src/AtomBios/includes/atombios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtomBios/includes/atombios.h b/src/AtomBios/includes/atombios.h index e58e3028..863de2e7 100644 --- a/src/AtomBios/includes/atombios.h +++ b/src/AtomBios/includes/atombios.h @@ -2009,7 +2009,7 @@ typedef struct _ATOM_SPREAD_SPECTRUM_INFO typedef struct _ATOM_ANALOG_TV_INFO { ATOM_COMMON_TABLE_HEADER sHeader; - UCHAR ucTV_SuppportedStandard; + UCHAR ucTV_SupportedStandard; UCHAR ucTV_BootUpDefaultStandard; UCHAR ucExt_TV_ASIC_ID; UCHAR ucExt_TV_ASIC_SlaveAddr; |