diff options
author | Manu Abraham <manu@linuxtv.org> | 2007-09-26 00:48:59 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2007-09-26 00:48:59 +0400 |
commit | d2fbfab479c306e8745b0a213146aa52b82114cd (patch) | |
tree | 68418476916f272897b4a3c3a4c39eaa887ac46b | |
parent | f545b1d9f966bb28cd141fc0941b995da3e0588e (diff) | |
download | mediapointer-dvb-s2-d2fbfab479c306e8745b0a213146aa52b82114cd.tar.gz mediapointer-dvb-s2-d2fbfab479c306e8745b0a213146aa52b82114cd.tar.bz2 |
Practical tests show that the TT S2 3200 has I/Q inputs inverted, similar to the KNC1.
Don't have this hardware and cannot verify this for myself, but from the reports this
looks to be quite a reasonable and correct hypothesis.
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-ci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-ci.c b/linux/drivers/media/dvb/ttpci/budget-ci.c index fa6c0ac00..fb68776d7 100644 --- a/linux/drivers/media/dvb/ttpci/budget-ci.c +++ b/linux/drivers/media/dvb/ttpci/budget-ci.c @@ -1666,7 +1666,7 @@ static struct stb0899_config tt3200_config = { .demod_address = 0x68, .xtal_freq = 27000000, - .inversion = IQ_SWAP_OFF, /* 1 */ + .inversion = IQ_SWAP_ON, /* 1 */ .esno_ave = TT3200_DVBS2_ESNO_AVE, .esno_quant = TT3200_DVBS2_ESNO_QUANT, |