This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/xawtv3.git tree:

Subject: mtt: Fix mtt not being able to tune tv channels
Author:  Hans de Goede <[email protected]>
Date:    Mon Feb 15 22:07:50 2016 +0100

Teletext should use the tv tuner not the radio tuner...

Signed-off-by: Hans de Goede <[email protected]>

 x11/vbi-gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/xawtv3.git/commit/?id=d9a279f4d71edd070e7a549f29541951e546c60e
diff --git a/x11/vbi-gui.c b/x11/vbi-gui.c
index f4b19da36aac..429c8b260381 100644
--- a/x11/vbi-gui.c
+++ b/x11/vbi-gui.c
@@ -917,7 +917,7 @@ static void vbi_station_cb(Widget widget, XtPointer client, 
XtPointer call)
        struct v4l2_frequency frequency;
 
        memset (&frequency, 0, sizeof(frequency));
-       frequency.type = V4L2_TUNER_RADIO;
+       frequency.type = V4L2_TUNER_ANALOG_TV;
        frequency.frequency = channels[i]->freq;
        if (-1 == ioctl(vbi->fd, VIDIOC_S_FREQUENCY, &frequency))
            perror("ioctl VIDIOCSFREQ");

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to