All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Walls <awalls@md.metrocast.net>
To: Emil Meier <emil276me@yahoo.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Analog input for Hauppauge express-card HVR-1400
Date: Sat, 26 Mar 2011 15:40:32 -0400	[thread overview]
Message-ID: <1301168432.2338.19.camel@localhost> (raw)
In-Reply-To: <601699.85761.qm@web29505.mail.ird.yahoo.com>

On Tue, 2011-03-22 at 19:57 +0000, Emil Meier wrote:
> In the attached files I have added some code for the analog part of a HVR-1400 
> card. (The patch is taken from a patch for HVR1800..)
> Until now only the composite video input is functional. 
> The s-video input captures only the b&w part of the video.
> The patch in cx25840-core.c was needed to get PAL support for the video input. 
> If the line
> cx25840_write(client, 0x2, 0x76);
> is needed by other cards,

You patches have a problem:

Your first patch modifies a card entry in the cx23885 driver, but your
second patch changes the cx231xx_initialize() function in
cx25840-core.c. 

http://git.linuxtv.org/media_tree.git?a=blob;f=drivers/media/video/cx25840/cx25840-core.c;h=35796e0352475b6536bfd47315107e418e6716fa;hb=refs/heads/staging/for_v2.6.39#l638

The second patch should have no effect on the operation of a CX2388[578]
based card.

Regards,
Andy



>  the skipping should depend on the card-name... but I 
> don't know how I can get the card-model in this module...
> 
> Maybe this helps someone else in using the analog part of this card.
> 
> Emil
> 
> 
>       



  reply	other threads:[~2011-03-26 19:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-22 19:57 Analog input for Hauppauge express-card HVR-1400 Emil Meier
2011-03-26 19:40 ` Andy Walls [this message]
2011-03-29 13:34   ` Emil Meier

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=1301168432.2338.19.camel@localhost \
    --to=awalls@md.metrocast.net \
    --cc=emil276me@yahoo.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 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.