projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ad7c1
)
V4L/DVB (11600): budget: Use Continuous clock
author
Andreas Regel
<andreas.regel@gmx.de>
Thu, 23 Apr 2009 18:00:04 +0000
(15:00 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:42 +0000
(18:20 -0300)
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>
drivers/media/dvb/ttpci/budget.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget.c
b/drivers/media/dvb/ttpci/budget.c
index 07dced4e7e862c725029ac9675ac9a277ca95e85..e48380c48990165955a9dadeb80d90a758aa6e46 100644
(file)
--- 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 = {
.address = 0x68,
.ref_clk = 27000000,
- .ts1_mode = STV090x_TSMODE_
PARALLEL_PUNCTURED
,
- .ts2_mode = STV090x_TSMODE_SERIAL_
PUNCTURED
,
+ .ts1_mode = STV090x_TSMODE_
DVBCI
,
+ .ts2_mode = STV090x_TSMODE_SERIAL_
CONTINUOUS
,
.repeater_level = STV090x_RPTLEVEL_16,