From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@osdl.org>,
Linux and Kernel Video <video4linux-list@redhat.com>
Subject: [PATCH - Resend] V4L: Fixup on cx88_dvb for Dvico HDTV5 Gold
Date: Sun, 11 Sep 2005 02:12:46 -0300 [thread overview]
Message-ID: <1126415566.6807.67.camel@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: v4l_cx88_dvb_fixup_for_dvico_hdtv5_gold.diff --]
[-- Type: text/x-patch, Size: 2858 bytes --]
- Bug fix for DViCO FusionHDTV5 Gold to avoid noise after board init.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
linux/drivers/media/video/cx88/cx88-dvb.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff -u /tmp/dst.25413 linux/drivers/media/video/cx88/cx88-dvb.c
--- /tmp/dst.25413 2005-09-11 01:44:00.000000000 -0300
+++ linux/drivers/media/video/cx88/cx88-dvb.c 2005-09-11 01:44:00.000000000 -0300
@@ -221,9 +221,7 @@ static int lgdt330x_pll_set(struct dvb_f
int err;
/* Put the analog decoder in standby to keep it quiet */
- if (core->tda9887_conf) {
- cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
- }
+ cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
dvb_pll_configure(core->pll_desc, buf, params->frequency, 0);
dprintk(1, "%s: tuner at 0x%02x bytes: 0x%02x 0x%02x 0x%02x 0x%02x\n",
@@ -402,6 +400,9 @@ static int dvb_register(struct cx8802_de
dev->dvb.frontend->ops->info.frequency_max = dev->core->pll_desc->max;
}
+ /* Put the analog decoder in standby to keep it quiet */
+ cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
+
/* register everything */
return videobuf_dvb_register(&dev->dvb, THIS_MODULE, dev);
}
>From mchehab Sun Sep 11 02:02:19 2005
Date: Sun, 11 Sep 2005 02:02:19 -0300
To: cat, video4linux-list@redhat.com, akpm@osdl.org, -c,
mchehab@brturbo.com.br, -r, -a s
User-Agent: nail 11.25 7/29/05
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
- Bug fix for DViCO FusionHDTV5 Gold to avoid noise after board init.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
linux/drivers/media/video/cx88/cx88-dvb.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff -u /tmp/dst.25413 linux/drivers/media/video/cx88/cx88-dvb.c
--- /tmp/dst.25413 2005-09-11 01:44:00.000000000 -0300
+++ linux/drivers/media/video/cx88/cx88-dvb.c 2005-09-11 01:44:00.000000000 -0300
@@ -221,9 +221,7 @@ static int lgdt330x_pll_set(struct dvb_f
int err;
/* Put the analog decoder in standby to keep it quiet */
- if (core->tda9887_conf) {
- cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
- }
+ cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
dvb_pll_configure(core->pll_desc, buf, params->frequency, 0);
dprintk(1, "%s: tuner at 0x%02x bytes: 0x%02x 0x%02x 0x%02x 0x%02x\n",
@@ -402,6 +400,9 @@ static int dvb_register(struct cx8802_de
dev->dvb.frontend->ops->info.frequency_max = dev->core->pll_desc->max;
}
+ /* Put the analog decoder in standby to keep it quiet */
+ cx88_call_i2c_clients (dev->core, TUNER_SET_STANDBY, NULL);
+
/* register everything */
return videobuf_dvb_register(&dev->dvb, THIS_MODULE, dev);
}
reply other threads:[~2005-09-11 5:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1126415566.6807.67.camel@localhost \
--to=mchehab@brturbo.com.br \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=video4linux-list@redhat.com \
/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