aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dvb-pll.h
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-06-11 18:24:00 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:17:50 -0400
commitd799ce570871bcb3f035e753a5bb3814f9530681 (patch)
tree6ef587935f93b86d03d7dd23caa4b3967d4d3a12 /drivers/media/dvb/frontends/dvb-pll.h
parent9d5d75a9eb85d49dc539ce0beb184754e0bad60d (diff)
V4L/DVB (12290): dvb-pll: Add support for Alps TDEE4 DVB-C NIM
No datasheet, data take from code in flexcop driver. That code rounded down the divisor rather than rounding to nearest, which was probably not intentional and the dvb-pll code will round to nearest. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dvb-pll.h')
-rw-r--r--drivers/media/dvb/frontends/dvb-pll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.h b/drivers/media/dvb/frontends/dvb-pll.h
index c1035812c9e9..086964344c38 100644
--- a/drivers/media/dvb/frontends/dvb-pll.h
+++ b/drivers/media/dvb/frontends/dvb-pll.h
@@ -26,6 +26,7 @@
26#define DVB_PLL_SAMSUNG_TDTC9251DH0 15 26#define DVB_PLL_SAMSUNG_TDTC9251DH0 15
27#define DVB_PLL_SAMSUNG_TBDU18132 16 27#define DVB_PLL_SAMSUNG_TBDU18132 16
28#define DVB_PLL_SAMSUNG_TBMU24112 17 28#define DVB_PLL_SAMSUNG_TBMU24112 17
29#define DVB_PLL_TDEE4 18
29 30
30/** 31/**
31 * Attach a dvb-pll to the supplied frontend structure. 32 * Attach a dvb-pll to the supplied frontend structure.