diff options
author | Per Dalén <perda@oden.cnwab.se> | 2006-05-12 19:31:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:00:22 -0400 |
commit | 19b7ad314897cf4a2122208c6b9a372c50308c19 (patch) | |
tree | f42cb9f89d7ec14816fb9c24b01c59da0590bf84 /drivers | |
parent | cd20ca9f194323c74ecccf15a3f5ff6c44effe69 (diff) |
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: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/stv0297.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index 98b95a205fd2..0d74c2bfc99a 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/drivers/media/dvb/frontends/stv0297.c | |||
@@ -401,7 +401,7 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par | |||
401 | case QAM_32: | 401 | case QAM_32: |
402 | case QAM_64: | 402 | case QAM_64: |
403 | delay = 100; | 403 | delay = 100; |
404 | sweeprate = 1500; | 404 | sweeprate = 1000; |
405 | break; | 405 | break; |
406 | 406 | ||
407 | case QAM_128: | 407 | case QAM_128: |