summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-24 00:18:27 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2006-02-24 00:18:27 -0500
commit377d2c457826859f77eeac172a0c037298a87148 (patch)
tree64d048591fe0a98b178f3e8cf85c10539e897a5d /linux/drivers/media
parentf8553699ab079cf3af4d211faa679e18bcc90d91 (diff)
downloadmediapointer-dvb-s2-377d2c457826859f77eeac172a0c037298a87148.tar.gz
mediapointer-dvb-s2-377d2c457826859f77eeac172a0c037298a87148.tar.bz2
fix stv0297 for qam128 on tt c1500 (saa7146)
From: Mattias Nordstrom <nordstrom@realnode.com> I have a TT C1500 card (saa7146, STV0297) which had problems tuning channels at QAM128 (like the ones in the Finnish HTV / Welho network). A fix which seems to work perfectly so far is to change the delay for QAM128 to the same values as for QAM256 in stv0297_set_frontend(), Signed-off-by: Mattias Nordstrom <nordstrom@realnode.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0297.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.c b/linux/drivers/media/dvb/frontends/stv0297.c
index 00bd2118b..54f4414a7 100644
--- a/linux/drivers/media/dvb/frontends/stv0297.c
+++ b/linux/drivers/media/dvb/frontends/stv0297.c
@@ -393,10 +393,6 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par
break;
case QAM_128:
- delay = 150;
- sweeprate = 1000;
- break;
-
case QAM_256:
delay = 200;
sweeprate = 500;