public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gp8psk: fix tuner delay
@ 2010-10-14 19:09 D. K.
  0 siblings, 0 replies; 3+ messages in thread
From: D. K. @ 2010-10-14 19:09 UTC (permalink / raw)
  To: linux-media; +Cc: alannisota

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

 This patches adjusts the tuner delay to be longer in response to
several users experiencing tuner timeouts.  This change fixes that
problem and allows those users to be able to tune.

Signed-off-by: Derek Kelly <user.vdr@gmail.com <mailto:user.vdr@gmail.com>>
----------
diff -pruN v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c
--- v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c    2010-08-17 09:53:27.000000000 -0700
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-08-17 10:00:28.000000000 -0700
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strengt

 static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
 {
-       tune->min_delay_ms = 200;
+       tune->min_delay_ms = 800;
        return 0;
 }



[-- Attachment #2: gp8psk-fix_tuner_delay.diff --]
[-- Type: text/plain, Size: 554 bytes --]

diff -pruN v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c
--- v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c	2010-08-17 09:53:27.000000000 -0700
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c	2010-08-17 10:00:28.000000000 -0700
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strengt
 
 static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
 {
-	tune->min_delay_ms = 200;
+	tune->min_delay_ms = 800;
 	return 0;
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] gp8psk: fix tuner delay
@ 2010-08-17 17:34 VDR User
  2010-10-11 15:54 ` VDR User
  0 siblings, 1 reply; 3+ messages in thread
From: VDR User @ 2010-08-17 17:34 UTC (permalink / raw)
  To: mailing list: linux-media, Alan Nisota

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

This patches adjusts the tuner delay to be longer in response to
several users experiencing tuner timeouts.  This change fixes that
problem and allows those users to be able to tune.

Signed-off-by: Derek Kelly <user.vdr@gmail.com>
----------
--- v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c
2010-08-17 09:53:27.000000000 -0700
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-08-17
10:00:28.000000000 -0700
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strengt

 static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe,
struct dvb_frontend_tune_settings *tune)
 {
-       tune->min_delay_ms = 200;
+       tune->min_delay_ms = 800;
        return 0;
 }

[-- Attachment #2: gp8psk-fix_tuner_delay.diff --]
[-- Type: application/octet-stream, Size: 554 bytes --]

diff -pruN v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c
--- v4l-dvb.orig/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c	2010-08-17 09:53:27.000000000 -0700
+++ v4l-dvb/linux/drivers/media/dvb/dvb-usb/gp8psk-fe.c	2010-08-17 10:00:28.000000000 -0700
@@ -109,7 +109,7 @@ static int gp8psk_fe_read_signal_strengt
 
 static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
 {
-	tune->min_delay_ms = 200;
+	tune->min_delay_ms = 800;
 	return 0;
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-14 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 19:09 [PATCH] gp8psk: fix tuner delay D. K.
  -- strict thread matches above, loose matches on Subject: below --
2010-08-17 17:34 VDR User
2010-10-11 15:54 ` VDR User

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox