Skip to content

Commit

Permalink
V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146)
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mattias Nordstrom authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent b9ee9ad commit 981a16f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/media/dvb/frontends/stv0297.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 981a16f

Please sign in to comment.