]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4013): Change the sweeprate for TT C1500 using QAM64
authorPer Dalén <perda@oden.cnwab.se>
Fri, 12 May 2006 23:31:51 +0000 (20:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:22 +0000 (02:00 -0300)
This patch changes the sweeprate for TT C1500 using QAM64.
It has been proven to work using QAM64 at a SRate of 6875 for the two

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/stv0297.c

index 98b95a205fd210cd9e3463bf53da68c35c436ba6..0d74c2bfc99aae735b8051a136935594322893dd 100644 (file)
@@ -401,7 +401,7 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par
        case QAM_32:
        case QAM_64:
                delay = 100;
-               sweeprate = 1500;
+               sweeprate = 1000;
                break;
 
        case QAM_128: