From: Andrew Benton <b3nt@ukonline.co.uk>
To: Patrick Boettcher <patrick.boettcher@desy.de>
Cc: Johannes Stezenbach <js@linuxtv.org>,
linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
Michael Krufky <mkrufky@m1k.net>,
video4linux-list@redhat.com
Subject: Re: cx22702.c, 2.6.13-rc3 and a pci Hauppauge Nova-T DVB-T TV card
Date: Fri, 15 Jul 2005 15:47:37 +0100 [thread overview]
Message-ID: <42D7CC89.2040203@ukonline.co.uk> (raw)
In-Reply-To: <Pine.LNX.4.61.0507151459180.15841@pub2.ifh.de>
Patrick Boettcher wrote:
> On Fri, 15 Jul 2005, Andrew Benton wrote:
>> Hi, I tried the patch but unfortunately the kernel didn't compile, it
>> ended like this
>>
>> CC drivers/media/video/cx88/cx88-blackbird.o
>> CC drivers/media/video/cx88/cx88-dvb.o
>> drivers/media/video/cx88/cx88-dvb.c:169: error: unknown field
>> `output_mode' specified in initializer
>> drivers/media/video/cx88/cx88-dvb.c:176: error: unknown field
>> `output_mode' specified in initializer
>
> Yes, I was in a hurry *slap* and made a mistake.
>
> This one is correct (revert the other one):
>
> Index: cx88-dvb.c
> ===================================================================
> RCS file: /cvs/video4linux/video4linux/cx88-dvb.c,v
> retrieving revision 1.42
> diff -u -3 -p -r1.42 cx88-dvb.c
> --- cx88-dvb.c 12 Jul 2005 15:44:55 -0000 1.42
> +++ cx88-dvb.c 15 Jul 2005 11:33:48 -0000
> @@ -180,12 +180,14 @@ static struct mt352_config dntv_live_dvb
> #if CONFIG_DVB_CX22702
> static struct cx22702_config connexant_refboard_config = {
> .demod_address = 0x43,
> + .output_mode = CX22702_SERIAL_OUTPUT,
> .pll_address = 0x60,
> .pll_desc = &dvb_pll_thomson_dtt7579,
> };
>
> static struct cx22702_config hauppauge_novat_config = {
> .demod_address = 0x43,
> + .output_mode = CX22702_SERIAL_OUTPUT,
> .pll_address = 0x61,
> .pll_desc = &dvb_pll_thomson_dtt759x,
> };
>
>
> Sorry,
> Patrick.
>
>
Thankyou, that patch works very well.
prev parent reply other threads:[~2005-07-15 14:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-15 9:13 cx22702.c, 2.6.13-rc3 and a pci Hauppauge Nova-T DVB-T TV card Andrew Benton
2005-07-15 11:09 ` Johannes Stezenbach
2005-07-15 11:11 ` Patrick Boettcher
2005-07-15 11:36 ` Mauro Carvalho Chehab
2005-07-15 12:57 ` Andrew Benton
2005-07-15 13:01 ` Patrick Boettcher
2005-07-15 13:29 ` Mauro Carvalho Chehab
2005-07-15 13:34 ` Patrick Boettcher
2005-07-15 14:47 ` Andrew Benton [this message]
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=42D7CC89.2040203@ukonline.co.uk \
--to=b3nt@ukonline.co.uk \
--cc=akpm@osdl.org \
--cc=js@linuxtv.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkrufky@m1k.net \
--cc=patrick.boettcher@desy.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.