Hi,
I stole the following piece of code from DeinterlaceTV
(deinterlacetv.sourceforge.net) to add support for a 
"Standard 878 card"; basically it permits  me to listen to audio, besides
letting me watch the TV. I haven't tried to use the radio yet.

The code should be added to bttv-cards.c in the structure detailing
the single supported cards.

Hope it helps.
--------------

    {
        name:           "Standard BT878",
        video_inputs:   4, 
        audio_inputs:   1, 
        tuner:          0, 
        svhs:           2, 
        gpiomask:       7,
        muxsel:         { 2, 0, 1, 1},       /* DTV adds: , 0, 0, 0, 0},
                                                */
        audiomux:       { 0, 1, 2, 3, 4, 0},
        needs_tvaudio:  1,
                                        /* DTV adds {1,1,0,1,0,0,0,1}, */
        pll:            PLL_NONE,       /* mine is PLL_28 */
        tuner_type:     -1,             /* mine works with TUNER_PHILIPS_PAL,
                                or run modprobe tuner type=5 at the
                                prompt*/
        },




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

Reply via email to