On Fri, 2009-07-03 at 18:29 -0400, Todd Crown wrote:
> Also, in looking at http://linuxtv.org/hg/~awalls/ivtv/rev/ebb0ea04b057:
> 
> I noticed this:
> 
> .video_inputs = {
> + { IVTV_CARD_INPUT_VID_TUNER, 0, CX25840_COMPOSITE2 },
> + { IVTV_CARD_INPUT_SVIDEO1, 1,
> + CX25840_SVIDEO_LUMA3 | CX25840_SVIDEO_CHROMA4 },
> + { IVTV_CARD_INPUT_COMPOSITE1, 1, CX25840_COMPOSITE1 },
> + }
> 
> should it be: + { IVTV_CARD_INPUT_COMPOSITE1, 2, CX25840_COMPOSITE1 },
> 
> where I changed the 1 to a 2 because the compisite1 is on 2 and svideo is on 
> 1?

Todd,

Good initiative - but no.  That index points to which .audio_inputs
entry to use when you switch to that .video_inputs entry.


> not sure, i'm just trying to debug it and get it working...


What is worth checking is that the PCI IDs in this:

+static const struct ivtv_card_pci_info ivtv_pci_aver_ultra1500mce[] = { 
+       { PCI_DEVICE_ID_IVTV16, IVTV_PCI_ID_AVERMEDIA, 0xc019 }, 
+       { 0, 0, 0 } 
+}; 

match what is shown for your card by

        $ /sbin/lspci -nnv


I could have mistyped that.

> thoughts?
> 
> Thanks so much Andy!

You're welcome.

Regards,
Andy



_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to