Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards

will use PLL mode.  Added to card probe. Thanks to Ken and Fred.

Submitted by:   Roger Hardiman <roger@cs.strath.ac.uk>
This commit is contained in:
Søren Schmidt 1998-09-30 20:58:09 +00:00
parent b8ecd49e5a
commit dd32a6ad67
2 changed files with 6 additions and 0 deletions

View File

@ -483,6 +483,9 @@ struct bktr_softc {
int bt848_tuner;
int bt848_card;
u_long id;
#define BT848_USE_XTALS 0
#define BT848_USE_PLL 1
int xtal_pll_mode; /* Use XTAL or PLL mode for PAL/SECAM */
};
typedef struct bktr_softc bktr_reg_t;

View File

@ -483,6 +483,9 @@ struct bktr_softc {
int bt848_tuner;
int bt848_card;
u_long id;
#define BT848_USE_XTALS 0
#define BT848_USE_PLL 1
int xtal_pll_mode; /* Use XTAL or PLL mode for PAL/SECAM */
};
typedef struct bktr_softc bktr_reg_t;