I still have audio problems with the 0.2.6 saa7134 driver and my 
FlyVIDEO card. I get no sound at all. I extracted the following 
values from the driver running on a Windows box. I'm not sure why the 
following change fixes my problem, but it does. What do you think my 
trouble is?

Cheers,
Shaun


--- saa7134-0.2.6/saa7134-cards.c       Thu Mar  6 09:19:34 2003
+++ saa7134-0.2.6-sdj/saa7134-cards.c   Wed Mar 26 23:27:08 2003
@@ -100,9 +100,9 @@
        [SAA7134_BOARD_FLYVIDEO2000] = {
                /* "TC Wan" <[EMAIL PROTECTED]> */
                .name           = "LifeView FlyVIDEO2000",
-               .audio_clock    = 0x00200000,
-               .tuner_type     = TUNER_LG_PAL_NEW_TAPC,
-               .gpiomask       = 0x6000,
+               .audio_clock    = 0x00187de7, // sdj
+               .tuner_type     = TUNER_LG_NTSC_NEW_TAPC, // sdj
+               .gpiomask       = 0x8018e700, // sdj
                .inputs         = {{
                        .name = name_tv,
                        .vmux = 1,



--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/video4linux-list

Reply via email to