summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2005-11-23 20:55:17 +0000
committerAndrew de Quincy <devnull@localhost>2005-11-23 20:55:17 +0000
commit7a357d374fb0bc5884d5983556a3d5a61853d18e (patch)
tree54644ebab1b51c379544f6653243dfc87e4b93e1 /linux
parentfea87c1e1fa930c8e85ef08472ef162fb3f742f5 (diff)
downloadmediapointer-dvb-s2-7a357d374fb0bc5884d5983556a3d5a61853d18e.tar.gz
mediapointer-dvb-s2-7a357d374fb0bc5884d5983556a3d5a61853d18e.tar.bz2
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Changed the wrong parameter :(
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/ttpci/budget-av.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-av.c b/linux/drivers/media/dvb/ttpci/budget-av.c
index 04f1481fb..b0b4d3fed 100644
--- a/linux/drivers/media/dvb/ttpci/budget-av.c
+++ b/linux/drivers/media/dvb/ttpci/budget-av.c
@@ -684,8 +684,8 @@ static struct stv0299_config typhoon_config = {
.mclk = 88000000UL,
.invert = 0,
.skip_reinit = 0,
- .lock_output = STV0229_LOCKOUTPUT_1,
- .volt13_op0_op1 = STV0299_VOLT13_OP0,
+ .lock_output = STV0229_LOCKOUTPUT_0,
+ .volt13_op0_op1 = STV0299_VOLT13_OP1,
.min_delay_ms = 100,
.set_symbol_rate = philips_su1278_ty_ci_set_symbol_rate,
.pll_set = philips_su1278_ty_ci_pll_set,