Skip to content

Commit

Permalink
V4L/DVB (4013): Change the sweeprate for TT C1500 using QAM64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Per Dalén authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent cd20ca9 commit 19b7ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stv0297.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19b7ad3

Please sign in to comment.