aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-09-25 16:48:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:17 -0500
commite99d00cb176dde1d0c140b06492b6a729367e745 (patch)
tree02442861ab92b66f9e777af020dc37e70e1f4742 /drivers/media/dvb/ttpci/budget-ci.c
parent7dd82f7473df9465801255a856bf466a16824b5e (diff)
V4L/DVB (9405): 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. Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index 13ffa7af828c..3f086855c2fb 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -1658,7 +1658,7 @@ static struct stb0899_config tt3200_config = {
1658 .demod_address = 0x68, 1658 .demod_address = 0x68,
1659 1659
1660 .xtal_freq = 27000000, 1660 .xtal_freq = 27000000,
1661 .inversion = IQ_SWAP_OFF, /* 1 */ 1661 .inversion = IQ_SWAP_ON, /* 1 */
1662 1662
1663 .esno_ave = TT3200_DVBS2_ESNO_AVE, 1663 .esno_ave = TT3200_DVBS2_ESNO_AVE,
1664 .esno_quant = TT3200_DVBS2_ESNO_QUANT, 1664 .esno_quant = TT3200_DVBS2_ESNO_QUANT,