diff options
Diffstat (limited to 'drivers/media/dvb/frontends/lgs8gxx.h')
| -rw-r--r-- | drivers/media/dvb/frontends/lgs8gxx.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/lgs8gxx.h b/drivers/media/dvb/frontends/lgs8gxx.h index 321d366a8307..33c3c5e162fa 100644 --- a/drivers/media/dvb/frontends/lgs8gxx.h +++ b/drivers/media/dvb/frontends/lgs8gxx.h | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Support for Legend Silicon DMB-TH demodulator | 2 | * Support for Legend Silicon GB20600 (a.k.a DMB-TH) demodulator |
| 3 | * LGS8913, LGS8GL5 | 3 | * LGS8913, LGS8GL5, LGS8G75 |
| 4 | * experimental support LGS8G42, LGS8G52 | 4 | * experimental support LGS8G42, LGS8G52 |
| 5 | * | 5 | * |
| 6 | * Copyright (C) 2007,2008 David T.L. Wong <davidtlwong@gmail.com> | 6 | * Copyright (C) 2007-2009 David T.L. Wong <davidtlwong@gmail.com> |
| 7 | * Copyright (C) 2008 Sirius International (Hong Kong) Limited | 7 | * Copyright (C) 2008 Sirius International (Hong Kong) Limited |
| 8 | * Timothy Lee <timothy.lee@siriushk.com> (for initial work on LGS8GL5) | 8 | * Timothy Lee <timothy.lee@siriushk.com> (for initial work on LGS8GL5) |
| 9 | * | 9 | * |
| @@ -34,6 +34,7 @@ | |||
| 34 | #define LGS8GXX_PROD_LGS8G42 3 | 34 | #define LGS8GXX_PROD_LGS8G42 3 |
| 35 | #define LGS8GXX_PROD_LGS8G52 4 | 35 | #define LGS8GXX_PROD_LGS8G52 4 |
| 36 | #define LGS8GXX_PROD_LGS8G54 5 | 36 | #define LGS8GXX_PROD_LGS8G54 5 |
| 37 | #define LGS8GXX_PROD_LGS8G75 6 | ||
| 37 | 38 | ||
| 38 | struct lgs8gxx_config { | 39 | struct lgs8gxx_config { |
| 39 | 40 | ||
| @@ -70,6 +71,10 @@ struct lgs8gxx_config { | |||
| 70 | /*IF use Negative center frequency*/ | 71 | /*IF use Negative center frequency*/ |
| 71 | u8 if_neg_center; | 72 | u8 if_neg_center; |
| 72 | 73 | ||
| 74 | /*8G75 internal ADC input range selection*/ | ||
| 75 | /*0: 0.8Vpp, 1: 1.0Vpp, 2: 1.6Vpp, 3: 2.0Vpp*/ | ||
| 76 | u8 adc_vpp; | ||
| 77 | |||
| 73 | /* slave address and configuration of the tuner */ | 78 | /* slave address and configuration of the tuner */ |
| 74 | u8 tuner_address; | 79 | u8 tuner_address; |
| 75 | }; | 80 | }; |
