[media] saa7164: fix HVR2255 ATSC inversion issue
authorSteven Toth <stoth@kernellabs.com>
Sat, 28 Mar 2015 12:07:47 +0000 (09:07 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 10:23:21 +0000 (07:23 -0300)
QAM mode in the LGDT3306 auto detects inversion. VSB does not.
Forgot to include tis fact in the original patch set.
Tested with QAM and VSB after this patch, working fine.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/saa7164/saa7164-dvb.c

index 3954f0afbbaea57c5d6dc69533207c3dcfef999a..0fdc9447a0fee43ce31f37e7aa3cba219305dfb0 100644 (file)
@@ -110,7 +110,7 @@ static struct lgdt3306a_config hauppauge_hvr2255b_config = {
 };
 
 static struct si2157_config hauppauge_hvr2255_tuner_config = {
-       .inversion = 0,
+       .inversion = 1,
 };
 
 static int si2157_attach(struct saa7164_port *port, struct i2c_adapter *adapter,