diff options
-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 = { | |||
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 | ||