summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-ci.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-09-24 19:38:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:16 -0200
commitecdec311806220d6e88e3ac52936cc30e1580810 (patch)
tree94b8dd0a6ff63288305cc4e1e09d10a3611adecf /drivers/media/dvb/ttpci/budget-ci.c
parentdb1d3b80b3d077b6d5936f2afef3e5a84d302c1a (diff)
downloadkernel-crypto-ecdec311806220d6e88e3ac52936cc30e1580810.tar.gz
kernel-crypto-ecdec311806220d6e88e3ac52936cc30e1580810.tar.xz
kernel-crypto-ecdec311806220d6e88e3ac52936cc30e1580810.zip
V4L/DVB (9401): Code Simplification
Use an enumeration for I/Q Swap rather than an int, easier to spot the nasty ones 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 005c4596343..fc4cc491ab5 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 = {
.demod_address = 0x68,
.xtal_freq = 27000000,
- .inversion = 1,
+ .inversion = IQ_SWAP_ON, /* 1 */
.esno_ave = TT3200_DVBS2_ESNO_AVE,
.esno_quant = TT3200_DVBS2_ESNO_QUANT,