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

Commit 568b2feb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] saa7134: unconditionlally update TV standard at demod



It doesn't make any sense to only update the TV standard for TV,
as composite and S-Video inputs also need it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 8fc34867
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -479,7 +479,6 @@ void saa7134_set_tvnorm_hw(struct saa7134_dev *dev)
{
	saa7134_set_decoder(dev);

	if (card_in(dev, dev->ctl_input).tv)
	saa_call_all(dev, video, s_std, dev->tvnorm->id);
	/* Set the correct norm for the saa6752hs. This function
	   does nothing if there is no saa6752hs. */