summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dvb-pll.h
diff options
context:
space:
mode:
authorTrent Piepho2009-06-12 00:24:00 +0200
committerMauro Carvalho Chehab2009-09-12 17:17:50 +0200
commitd799ce570871bcb3f035e753a5bb3814f9530681 (patch)
tree6ef587935f93b86d03d7dd23caa4b3967d4d3a12 /drivers/media/dvb/frontends/dvb-pll.h
parentV4L/DVB (12289): dvb-pll: Add support for Samsung TBMU24112 DVB-S NIM (diff)
downloadkernel-qcow2-linux-d799ce570871bcb3f035e753a5bb3814f9530681.tar.gz
kernel-qcow2-linux-d799ce570871bcb3f035e753a5bb3814f9530681.tar.xz
kernel-qcow2-linux-d799ce570871bcb3f035e753a5bb3814f9530681.zip
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 @@
#define DVB_PLL_SAMSUNG_TDTC9251DH0 15
#define DVB_PLL_SAMSUNG_TBDU18132 16
#define DVB_PLL_SAMSUNG_TBMU24112 17
+#define DVB_PLL_TDEE4 18
/**
* Attach a dvb-pll to the supplied frontend structure.