diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-30 05:51:07 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-30 05:51:07 -0200 |
commit | 51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0 (patch) | |
tree | 02f556b7fe28c348e1ea009c57999c985de8f3b9 /linux/drivers/media/dvb/frontends/dvb-pll.c | |
parent | 709958b74274a916790bc589e5d31ef95f90be86 (diff) | |
parent | 3406a0aa7630cd74e82a090e2c2c9b2f00152481 (diff) | |
download | mediapointer-dvb-s2-51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0.tar.gz mediapointer-dvb-s2-51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0.tar.bz2 |
merge: http://linuxtv.org/hg/~awalls/cx18-bugfix
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index bb3e35373..8ef5d1eff 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -312,7 +312,7 @@ static struct dvb_pll_desc dvb_pll_philips_sd1878_tda8261 = { .count = 4, .entries = { { 1250000, 500, 0xc4, 0x00}, - { 1550000, 500, 0xc4, 0x40}, + { 1450000, 500, 0xc4, 0x40}, { 2050000, 500, 0xc4, 0x80}, { 2150000, 500, 0xc4, 0xc0}, }, |