diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-14 03:18:01 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 19:24:24 +0200 |
commit | f1b24397e86c4c5b6984e2e67c17a53cdab14b35 (patch) | |
tree | 0b1af58719ebe36ddc846bd3c2d624482fc148d4 /drivers/media/dvb/frontends/dvb-pll.h | |
parent | V4L/DVB (5795): Fix: remove unused struct that could avoiding load the firmware (diff) | |
download | linux-f1b24397e86c4c5b6984e2e67c17a53cdab14b35.tar.xz linux-f1b24397e86c4c5b6984e2e67c17a53cdab14b35.zip |
V4L/DVB (5798): Dvb-pll: add support for Philips fcv1236d
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dvb-pll.h')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.h | 1 |
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 66464e1e1a00..e93a8104052b 100644 --- a/drivers/media/dvb/frontends/dvb-pll.h +++ b/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. |