diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
commit | 74c4537b6d3fadad69ae9955994e26ce67bdb454 (patch) | |
tree | aa07d290079e7373fd8bfa0afd5a6c5a32fe5dd4 /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | 99af65d5e0e8d81cebde342515a18d7bd641fc05 (diff) | |
download | mediapointer-dvb-s2-74c4537b6d3fadad69ae9955994e26ce67bdb454.tar.gz mediapointer-dvb-s2-74c4537b6d3fadad69ae9955994e26ce67bdb454.tar.bz2 |
dvb-pll: Add support for Samsung TBDU18132 DVB-S NIM
From: Trent Piepho <xyzzy@speakeasy.org>
Tuner parameters taken from flexcop driver. This PLL has a 17 bit divisor
while the dvb-pll driver is designed for 15 bit divisors. It's not a
problem as 15 bits is enough for the tuner's entire range. But if a larger
range was wanted, it could be done by adding additional bands with the
extra divisor bits appearing as band switch bits.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h index dcbb28333..7905f3440 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -24,6 +24,7 @@ #define DVB_PLL_OPERA1 13 #define DVB_PLL_SAMSUNG_DTOS403IH102A 14 #define DVB_PLL_SAMSUNG_TDTC9251DH0 15 +#define DVB_PLL_SAMSUNG_TBDU18132 16 /** * Attach a dvb-pll to the supplied frontend structure. |