Deleted Added
full compact
bktr_tuner.h (139749) bktr_tuner.h (140655)
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 139749 2005-01-06 01:43:34Z imp $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 140655 2005-01-23 07:13:09Z julian $ */
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.

--- 77 unchanged lines hidden (view full) ---

87int tv_channel( bktr_ptr_t bktr, int channel );
88int tv_freq( bktr_ptr_t bktr, int frequency, int type );
89int get_tuner_status( bktr_ptr_t bktr );
90
91#if defined( TUNER_AFC )
92int do_afc( bktr_ptr_t bktr, int addr, int frequency );
93#endif /* TUNER_AFC */
94
2
3/*
4 * This is part of the Driver for Video Capture Cards (Frame grabbers)
5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
6 * chipset.
7 * Copyright Roger Hardiman and Amancio Hasty.
8 *
9 * bktr_tuner : This deals with controlling the tuner fitted to TV cards.

--- 77 unchanged lines hidden (view full) ---

87int tv_channel( bktr_ptr_t bktr, int channel );
88int tv_freq( bktr_ptr_t bktr, int frequency, int type );
89int get_tuner_status( bktr_ptr_t bktr );
90
91#if defined( TUNER_AFC )
92int do_afc( bktr_ptr_t bktr, int addr, int frequency );
93#endif /* TUNER_AFC */
94
95int TDA9887_init(bktr_ptr_t bktr, int output2_enable);
95int mt2032_init(bktr_ptr_t bktr);
96
97/*
98 * This is for start-up convenience only, NOT mandatory.
99 */
100#if !defined( DEFAULT_CHNLSET )
101#define DEFAULT_CHNLSET CHNLSET_WEUROPE
102#endif
103
96
97/*
98 * This is for start-up convenience only, NOT mandatory.
99 */
100#if !defined( DEFAULT_CHNLSET )
101#define DEFAULT_CHNLSET CHNLSET_WEUROPE
102#endif
103