diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-patch.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-patch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb/ttpci/budget-patch.c b/drivers/media/dvb/ttpci/budget-patch.c index b1f21ef0e3b3..755df81cbc49 100644 --- a/drivers/media/dvb/ttpci/budget-patch.c +++ b/drivers/media/dvb/ttpci/budget-patch.c | |||
@@ -305,7 +305,7 @@ static u8 alps_bsru6_inittab[] = { | |||
305 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ | 305 | 0x0e, 0x23, /* alpha_tmg = 2, beta_tmg = 3 */ |
306 | 0x10, 0x3f, // AGC2 0x3d | 306 | 0x10, 0x3f, // AGC2 0x3d |
307 | 0x11, 0x84, | 307 | 0x11, 0x84, |
308 | 0x12, 0xb5, // Lock detect: -64 Carrier freq detect:on | 308 | 0x12, 0xb9, |
309 | 0x15, 0xc9, // lock detector threshold | 309 | 0x15, 0xc9, // lock detector threshold |
310 | 0x16, 0x00, | 310 | 0x16, 0x00, |
311 | 0x17, 0x00, | 311 | 0x17, 0x00, |
@@ -379,7 +379,6 @@ static struct stv0299_config alps_bsru6_config = { | |||
379 | .inittab = alps_bsru6_inittab, | 379 | .inittab = alps_bsru6_inittab, |
380 | .mclk = 88000000UL, | 380 | .mclk = 88000000UL, |
381 | .invert = 1, | 381 | .invert = 1, |
382 | .enhanced_tuning = 0, | ||
383 | .skip_reinit = 0, | 382 | .skip_reinit = 0, |
384 | .lock_output = STV0229_LOCKOUTPUT_1, | 383 | .lock_output = STV0229_LOCKOUTPUT_1, |
385 | .volt13_op0_op1 = STV0299_VOLT13_OP1, | 384 | .volt13_op0_op1 = STV0299_VOLT13_OP1, |