summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorPer Dalén2006-05-13 01:31:51 +0200
committerMauro Carvalho Chehab2006-06-25 07:00:22 +0200
commit19b7ad314897cf4a2122208c6b9a372c50308c19 (patch)
treef42cb9f89d7ec14816fb9c24b01c59da0590bf84 /drivers/media
parentV4L/DVB (4012): Fix cx24123 diseqc (diff)
downloadkernel-qcow2-linux-19b7ad314897cf4a2122208c6b9a372c50308c19.tar.gz
kernel-qcow2-linux-19b7ad314897cf4a2122208c6b9a372c50308c19.tar.xz
kernel-qcow2-linux-19b7ad314897cf4a2122208c6b9a372c50308c19.zip
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/media')
-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: