diff options
author | Bogdan Diaconescu <b_diaconescu@yahoo.com> | 2005-04-17 23:18:26 +0000 |
---|---|---|
committer | Bogdan Diaconescu <b_diaconescu@yahoo.com> | 2005-04-17 23:18:26 +0000 |
commit | 9a63c216e90622cd96d4555155df06dd66c3235b (patch) | |
tree | bab20be133bcd9899f4f3213a6c2383d82d4743e /src/radeon_video.h | |
parent | 247057762813f12f171b1fa05f31c5ace4c245a7 (diff) |
Use the theatre_detect to determine the chip ID and then load the
coresponding theatre module
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r-- | src/radeon_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h index 41c08b89..5894c8d0 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -5,6 +5,7 @@ #include "fi1236.h" #include "msp3430.h" #include "tda9885.h" +#include "uda1380.h" #include "i2c_def.h" #include "generic_bus.h" @@ -40,6 +41,7 @@ typedef struct { CARD8 tuner_type; MSP3430Ptr msp3430; TDA9885Ptr tda9885; + UDA1380Ptr uda1380; /* VIP bus and devices */ GENERIC_BUS_Ptr VIP; |