diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-06-11 15:21:34 -0700 |
commit | 99af65d5e0e8d81cebde342515a18d7bd641fc05 (patch) | |
tree | f416463199902043fd2aa0ee525f6921209fbbcf /linux/drivers/media/dvb/frontends/dvb-pll.h | |
parent | 1d58a0edec72a8112ebbe9b6b101edcdd5a9572b (diff) | |
download | mediapointer-dvb-s2-99af65d5e0e8d81cebde342515a18d7bd641fc05.tar.gz mediapointer-dvb-s2-99af65d5e0e8d81cebde342515a18d7bd641fc05.tar.bz2 |
dvb-pll: Add Samsung TDTC9251DH0 DVB-T NIM
From: Trent Piepho <xyzzy@speakeasy.org>
No datasheet, tuner data comes from code in flexcop driver. This tuner is
also used on the AVerTV 771 supported by the bttv driver, but that code
uses a different tuner configuration, which is surprising.
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.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 05239f579..dcbb28333 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.h +++ b/linux/drivers/media/dvb/frontends/dvb-pll.h @@ -23,6 +23,7 @@ #define DVB_PLL_PHILIPS_SD1878_TDA8261 12 #define DVB_PLL_OPERA1 13 #define DVB_PLL_SAMSUNG_DTOS403IH102A 14 +#define DVB_PLL_SAMSUNG_TDTC9251DH0 15 /** * Attach a dvb-pll to the supplied frontend structure. |