Commit 910a7b68 authored by Oliver Endriss's avatar Oliver Endriss Committed by Mauro Carvalho Chehab

V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz)

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: default avatarOliver Endriss <o.endriss@gmx.de>
Thanks-to: Petri Helin <phelin@googlemail.com>
Acked-by: default avatare9hack <e9hack@googlemail.com>
Acked-by: default avatarThomas Kaiser <linux-dvb@kaiser-linux.li>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 87c3019d
...@@ -904,7 +904,7 @@ static int dvbc_philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe, struc ...@@ -904,7 +904,7 @@ static int dvbc_philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe, struc
band = 1; band = 1;
} else if (tuner_frequency < 200000000) { } else if (tuner_frequency < 200000000) {
cp = 6; cp = 6;
band = 2; band = 1;
} else if (tuner_frequency < 290000000) { } else if (tuner_frequency < 290000000) {
cp = 3; cp = 3;
band = 2; band = 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment