diff options
author | Hartmut Hackmann <devnull@localhost> | 2006-02-01 00:25:57 +0200 |
---|---|---|
committer | Hartmut Hackmann <devnull@localhost> | 2006-02-01 00:25:57 +0200 |
commit | f6299a5a630b79c3fe688912430b966c9e5fe56b (patch) | |
tree | 1fdfd5da86899465356776fe142db765dd08a92b /linux/drivers/media/dvb/frontends/dvb-pll.c | |
parent | 738aa26a1978f24a5634e6583fd3a18087299b10 (diff) | |
download | mediapointer-dvb-s2-f6299a5a630b79c3fe688912430b966c9e5fe56b.tar.gz mediapointer-dvb-s2-f6299a5a630b79c3fe688912430b966c9e5fe56b.tar.bz2 |
Better config table for TD1316 in dvb-pll.c
From: Jose Alberto Reguero <jareguero@telefonica.net>
This is just a minor fix. The table entries should use the input
frequencies, not the LO frequencies.
Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index 2cab96e1c..4f682534d 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -391,15 +391,15 @@ struct dvb_pll_desc dvb_pll_philips_td1316 = { .setbw = td1316_bw, .count = 9, .entries = { - { 130000000, 36166000, 166666, 0xca, 0x60}, - { 160000000, 36166000, 166666, 0xca, 0xa0}, - { 200000000, 36166000, 166666, 0xca, 0xc0}, - { 290000000, 36166000, 166666, 0xca, 0x60}, - { 420000000, 36166000, 166666, 0xca, 0xa0}, - { 480000000, 36166000, 166666, 0xca, 0xc0}, - { 620000000, 36166000, 166666, 0xca, 0x60}, - { 830000000, 36166000, 166666, 0xca, 0xa0}, - { 895000000, 36166000, 166666, 0xca, 0xe0}, + { 93834000, 36166000, 166666, 0xca, 0x60}, + { 123834000, 36166000, 166666, 0xca, 0xa0}, + { 163834000, 36166000, 166666, 0xca, 0xc0}, + { 253834000, 36166000, 166666, 0xca, 0x60}, + { 383834000, 36166000, 166666, 0xca, 0xa0}, + { 443834000, 36166000, 166666, 0xca, 0xc0}, + { 583834000, 36166000, 166666, 0xca, 0x60}, + { 793834000, 36166000, 166666, 0xca, 0xa0}, + { 858834000, 36166000, 166666, 0xca, 0xe0}, }, }; EXPORT_SYMBOL(dvb_pll_philips_td1316); |