Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb6bcec3 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

[media] saa7164: fix HVR2255 ATSC inversion issue



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: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 63a412ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,