提交 910a7b68 编写于 作者: O Oliver Endriss 提交者: 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: NOliver Endriss <o.endriss@gmx.de>
Thanks-to: Petri Helin <phelin@googlemail.com>
Acked-by: Ne9hack <e9hack@googlemail.com>
Acked-by: NThomas Kaiser <linux-dvb@kaiser-linux.li>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册