Re: [PATCH][RESEND] New type of DTV2000H TV Card

From: Zbynek Hrabovsky
Date: Fri Jun 20 2008 - 16:18:50 EST



Hi André,


Yes, you are right .. most likely. But it used to work when I wrote it.



Zbynek




On Fri, 13 Jun 2008 23:09:05 +0200
André AUZI <aauzi@xxxxxxxxxxxxxxxxxxxxx> wrote:

> Hi all,
>
> forgive me if I jump in the conversation without invitation but I've got
> the same board and basically started the same task as you, Zbynek.
>
> I'm still stuck with the radio support and your patch seems more
> advanced on the mpeg side.
>
> Therefore, would you mind if I ask a question about what's proposed in
> the cx88-mpeg.c file?
>
> > diff -r 04ddbe145932 linux/drivers/media/video/cx88/cx88-mpeg.c
> > --- a/linux/drivers/media/video/cx88/cx88-mpeg.c Tue Jun 10 15:27:29 2008 -0300
> > +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c Fri Jun 13 15:07:34 2008 -0300
> > @@ -148,6 +148,12 @@
> > cx_write(TS_SOP_STAT, 0);
> > cx_write(TS_VALERR_CNTRL, 0);
> > udelay(100);
> > + break;
> > + case CX88_BOARD_WINFAST_DTV2000H_2:
> > + /* switch signal input to antena */
> > + cx_write(MO_GP0_IO, 0x00017300);
> > +
> > + cx_write(TS_SOP_STAT, 0x00);
> > break;
> > default:
> > cx_write(TS_SOP_STAT, 0x00);
> >
>
> Correct me if I'm wrong but this change doesn't it prevent from
> processing data coming from the cable input?
>
> Cheers,
> André
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/