summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPer Dalén <perda@oden.cnwab.se>2006-05-13 03:31:51 +0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 09:00:22 +0400
commit19b7ad314897cf4a2122208c6b9a372c50308c19 (patch)
treef42cb9f89d7ec14816fb9c24b01c59da0590bf84 /drivers
parentcd20ca9f194323c74ecccf15a3f5ff6c44effe69 (diff)
downloadlinux-19b7ad314897cf4a2122208c6b9a372c50308c19.tar.xz
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.c2
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
case QAM_32:
case QAM_64:
delay = 100;
- sweeprate = 1500;
+ sweeprate = 1000;
break;
case QAM_128: