aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2009-04-23 14:00:04 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:42 -0400
commit560db4a1a0aaa8920995e60a6a8bbc9f8708f0a3 (patch)
tree5dcf20e8d300e65ef13e9dde932a62fa1b83b86f /drivers/media
parent62ad7c11883ab7b4642da7d220a2bee7a37e3bad (diff)
V4L/DVB (11600): budget: Use Continuous clock
Signed-off-by: Andreas Regel <andreas.regel@gmx.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/ttpci/budget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c
index 07dced4e7e86..e48380c48990 100644
--- a/drivers/media/dvb/ttpci/budget.c
+++ b/drivers/media/dvb/ttpci/budget.c
@@ -437,8 +437,8 @@ static struct stv090x_config tt1600_stv090x_config = {
437 .address = 0x68, 437 .address = 0x68,
438 .ref_clk = 27000000, 438 .ref_clk = 27000000,
439 439
440 .ts1_mode = STV090x_TSMODE_PARALLEL_PUNCTURED, 440 .ts1_mode = STV090x_TSMODE_DVBCI,
441 .ts2_mode = STV090x_TSMODE_SERIAL_PUNCTURED, 441 .ts2_mode = STV090x_TSMODE_SERIAL_CONTINUOUS,
442 442
443 .repeater_level = STV090x_RPTLEVEL_16, 443 .repeater_level = STV090x_RPTLEVEL_16,
444 444