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:
parent
b8ecd49e5a
commit
dd32a6ad67
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user