Re: SAA7134 card stop working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Em Tue, 16 Feb 2016 02:57:55 +0200
grigore calugar <zradu1100@xxxxxxxxx> escreveu:

> After this series of patches
> http://www.spinics.net/lists/linux-media/msg97115.html
> my tv card V-Stream Studio TV Terminator has no signal in tvtime until
> exchange audio standard from tvtime menu.
> 
> tvtime start with blue screen "no signal"
> When exchange audio standard from PAL-BG to PAL-DK , PAL-I and back to
> PAL-BG, the image appears on screen.
> It seems that the tuner is uninitialized until I change audio norm.

None of the changes should have changed the tuner initialization.

There are changes there, however, that could have changed the initialization
for different inputs. What input are you using?

Could you please send the output of the command:

	$ lsmod

to me?


Also, could you please test the enclosed patch?



diff --git a/drivers/media/pci/saa7134/saa7134-video.c b/drivers/media/pci/saa7134/saa7134-video.c
index ffa39543eb65..f451e38e5759 100644
--- a/drivers/media/pci/saa7134/saa7134-video.c
+++ b/drivers/media/pci/saa7134/saa7134-video.c
@@ -479,7 +479,10 @@ void saa7134_set_tvnorm_hw(struct saa7134_dev *dev)
 {
 	saa7134_set_decoder(dev);
 
-	saa_call_all(dev, video, s_std, dev->tvnorm->id);
+	if (card_in(dev, n).type == SAA7134_INPUT_TV ||
+	    card_in(dev, n).type == SAA7134_INPUT_TV_MONO)
+		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. */
 	saa_call_empress(dev, video, s_std, dev->tvnorm->id);

-- 
Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux