summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/dvb-pll.h
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-06-11 15:24:00 -0700
committerTrent Piepho <xyzzy@speakeasy.org>2009-06-11 15:24:00 -0700
commited6182953e804ff70ba2fc087dfe131498f00278 (patch)
tree2b1dcb8e599dc526081e8701c46ea82a040b1fa6 /linux/drivers/media/dvb/frontends/dvb-pll.h
parent70cded874faac45e4b8c55850cfaccc4112ffc10 (diff)
downloadmediapointer-dvb-s2-ed6182953e804ff70ba2fc087dfe131498f00278.tar.gz
mediapointer-dvb-s2-ed6182953e804ff70ba2fc087dfe131498f00278.tar.bz2
dvb-pll: Add support for Alps TDEE4 DVB-C NIM
From: Trent Piepho <xyzzy@speakeasy.org> 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. 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.h1
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 c1035812c..086964344 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.h
+++ b/linux/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.