Hi The SAA7133 is used for NTSC, and the SAA7134 is used for PAL. The SAA7130 is used for both NTSC and PAL since it doesn't have audio DMA. snapshot-0.2.1 doesn't have an entry for SAA7133 so you will need to add it to saa7134-cards.c, you will need to experiment with the values appropriate for your card. Also in saa7134.h card_has_audio is defined as follows: #define card_has_audio(dev) (dev->pci->device == PCI_DEVICE_ID_PHILIPS_SAA7134) but should be #define card_has_audio(dev) (dev->pci->device != PCI_DEVICE_ID_PHILIPS_SAA7130) since only the SAA7130 doesn't have audio. SAA7133, SAA7134, SAA7135 all have audio DMA. Guy Yur ----- Original Message ----- From: "Bill Eldridge" <bill@xxxxxxx> To: <video4linux-list@xxxxxxxxxx> Sent: Wednesday, December 11, 2002 9:28 PM Subject: FlyVideo3000 with saa7133 detect? > > For some reason my newer NTSC FlyVideo3000 came > with an saa7133, while my PAL FlyVideo3000 had the saa7134. > Result is that the PAL card is detected, the NTSC isn't. > Kernel 2.4.20 > > Any ideas on how to get around this? > > lspci: > > 02:01.0 Multimedia controller: Philips Semiconductors: Unknown device > 7133 (rev 10) > 02:0c.0 Multimedia controller: Philips Semiconductors SAA7134 (rev 01) > > > > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/video4linux-list