diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-13 21:18:01 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-13 21:18:01 -0400 |
commit | 379f25b504af0554e26318ba7af948d3e2a00b54 (patch) | |
tree | 4f278bb649178d2421c4a2ef53a3237c8d2c2e1c /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | 9e0b4ff01f2ba5a996da0811c0a97227948b2adb (diff) | |
download | mediapointer-dvb-s2-379f25b504af0554e26318ba7af948d3e2a00b54.tar.gz mediapointer-dvb-s2-379f25b504af0554e26318ba7af948d3e2a00b54.tar.bz2 |
dvb-pll: add support for Philips fcv1236d
From: Michael Krufky <mkrufky@linuxtv.org>
This patch adds support to the dvb-pll library for the
Philips fcv1236d tuner, based on the FCV1236D datasheet.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.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 66464e1e1..e93a81040 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -30,6 +30,7 @@ #define DVB_PLL_PHILIPS_TD1316 19 #define DVB_PLL_THOMSON_FE6600 20 #define DVB_PLL_OPERA1 21 +#define DVB_PLL_FCV1236D 22 /** * Attach a dvb-pll to the supplied frontend structure. |