diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2009-04-23 20:00:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 23:20:42 +0200 |
commit | 560db4a1a0aaa8920995e60a6a8bbc9f8708f0a3 (patch) | |
tree | 5dcf20e8d300e65ef13e9dde932a62fa1b83b86f /drivers/media/dvb/ttpci | |
parent | V4L/DVB (11599): S2-1600: Use budget driver instead of budged-ci (diff) | |
download | linux-560db4a1a0aaa8920995e60a6a8bbc9f8708f0a3.tar.xz linux-560db4a1a0aaa8920995e60a6a8bbc9f8708f0a3.zip |
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/dvb/ttpci')
-rw-r--r-- | drivers/media/dvb/ttpci/budget.c | 4 |
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 = { .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, |