Commit 19b7ad31 authored by Per Dalén's avatar Per Dalén Committed by Mauro Carvalho Chehab

V4L/DVB (4013): Change the sweeprate for TT C1500 using QAM64

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: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent cd20ca9f
...@@ -401,7 +401,7 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par ...@@ -401,7 +401,7 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par
case QAM_32: case QAM_32:
case QAM_64: case QAM_64:
delay = 100; delay = 100;
sweeprate = 1500; sweeprate = 1000;
break; break;
case QAM_128: case QAM_128:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment