From: "D. K." <user.vdr@gmail.com>
To: linux-media@vger.kernel.org
Cc: alannisota@gmail.com
Subject: [PATCH] gp8psk: fix tuner delay
Date: Thu, 14 Oct 2010 12:09:43 -0700 [thread overview]
Message-ID: <4CB75577.9090109@gmail.com> (raw)
[-- 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;
}
next reply other threads:[~2010-10-14 19:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 19:09 D. K. [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-08-17 17:34 [PATCH] gp8psk: fix tuner delay VDR User
2010-10-11 15:54 ` VDR User
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CB75577.9090109@gmail.com \
--to=user.vdr@gmail.com \
--cc=alannisota@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox