From: Mattias Nordstrom Date: Mon, 27 Feb 2006 03:09:17 +0000 (-0300) Subject: V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146) X-Git-Tag: v2.6.16.28-rc1~355^2~1^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69ca1897317b1fbe73122a5a3bb7d783b2883d88;p=karo-tx-linux.git V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146) 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 Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index 6122ba754bc5..eb15676d374f 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/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;