diff options
author | Manu Abraham <manu@linuxtv.org> | 2009-04-23 22:00:04 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2009-04-23 22:00:04 +0400 |
commit | 6de40f28605c851a07f13922c906bc6b89b3bca0 (patch) | |
tree | 6fce4f08206e243b965796f240cd7cae1e92af86 | |
parent | 23076fb0253b331e86009049488311da2fd762a7 (diff) | |
download | mediapointer-dvb-s2-6de40f28605c851a07f13922c906bc6b89b3bca0.tar.gz mediapointer-dvb-s2-6de40f28605c851a07f13922c906bc6b89b3bca0.tar.bz2 |
Use Continuous clock
From: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.c b/linux/drivers/media/dvb/ttpci/budget.c index 07dced4e7..e48380c48 100644 --- a/linux/drivers/media/dvb/ttpci/budget.c +++ b/linux/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, |