summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2007-05-03 18:16:12 +0200
committerOliver Endriss <o.endriss@gmx.de>2007-05-03 18:16:12 +0200
commitc465a898532be3044fbe04ca1e6acc68681f77bd (patch)
tree1b9b3cb21e6b4ff72694bd5ee084da5059ade7b3
parentce1fef0b7e749c71729bdacaa98708d9b65387a4 (diff)
downloadmediapointer-dvb-s2-c465a898532be3044fbe04ca1e6acc68681f77bd.tar.gz
mediapointer-dvb-s2-c465a898532be3044fbe04ca1e6acc68681f77bd.tar.bz2
budget-ci: Fix tuning for TDM 1316 (160..200 MHz)
From: Oliver Endriss <o.endriss@gmx.de> Revert changeset http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=e7c424bbf9aa;style=gitweb Petri Helin found that this changeset broke tuning: 'Well, after going through the changes that might have had effect on tuning, I found out the one which had caused this problem. I do not know the actual reason behind the change, but the changelog says that it was meant to "Fix TD1316 tuner for DVBC". But at least in my case it seams to have broken the tuner instead.' Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Thanks-to: Petri Helin <phelin@googlemail.com> Acked-by: e9hack <e9hack@googlemail.com> Acked-by: Thomas Kaiser <linux-dvb@kaiser-linux.li>
-rw-r--r--linux/drivers/media/dvb/ttpci/budget-ci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-ci.c b/linux/drivers/media/dvb/ttpci/budget-ci.c
index 0152eff90..302c5a786 100644
--- a/linux/drivers/media/dvb/ttpci/budget-ci.c
+++ b/linux/drivers/media/dvb/ttpci/budget-ci.c
@@ -910,7 +910,7 @@ static int dvbc_philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe, struc
band = 1;
} else if (tuner_frequency < 200000000) {
cp = 6;
- band = 2;
+ band = 1;
} else if (tuner_frequency < 290000000) {
cp = 3;
band = 2;