Deleted Added
full compact
bktr_tuner.h (51694) bktr_tuner.h (138936)
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 51694 1999-09-26 22:06:20Z roger $ */
1/* $FreeBSD: head/sys/dev/bktr/bktr_tuner.h 138936 2004-12-16 23:37:41Z 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.

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

40 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
41 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
42 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43 * POSSIBILITY OF SUCH DAMAGE.
44 */
45
46/* Definitions for Tuners */
47
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.

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

40 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
41 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
42 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43 * POSSIBILITY OF SUCH DAMAGE.
44 */
45
46/* Definitions for Tuners */
47
48#define NO_TUNER 0
49#define TEMIC_NTSC 1
50#define TEMIC_PAL 2
51#define TEMIC_SECAM 3
52#define PHILIPS_NTSC 4
53#define PHILIPS_PAL 5
54#define PHILIPS_SECAM 6
55#define TEMIC_PALI 7
56#define PHILIPS_PALI 8
57#define PHILIPS_FR1236_NTSC 9 /* These have FM radio support */
58#define PHILIPS_FR1216_PAL 10 /* These have FM radio support */
59#define PHILIPS_FR1236_SECAM 11 /* These have FM radio support */
60#define ALPS_TSCH5 12
61#define ALPS_TSBH1 13
62#define Bt848_MAX_TUNER 14
48#define NO_TUNER 0
49#define TEMIC_NTSC 1
50#define TEMIC_PAL 2
51#define TEMIC_SECAM 3
52#define PHILIPS_NTSC 4
53#define PHILIPS_PAL 5
54#define PHILIPS_SECAM 6
55#define TEMIC_PALI 7
56#define PHILIPS_PALI 8
57#define PHILIPS_FR1236_NTSC 9 /* These have FM radio support */
58#define PHILIPS_FR1216_PAL 10 /* These have FM radio support */
59#define PHILIPS_FR1236_SECAM 11 /* These have FM radio support */
60#define ALPS_TSCH5 12
61#define ALPS_TSBH1 13
62#define TUNER_MT2032 14
63#define Bt848_MAX_TUNER 15
63
64/* experimental code for Automatic Frequency Control */
65#define TUNER_AFC
66
67/*
68 * Fill in the tuner entries in the bktr_softc based on the selected tuner
69 * type (from the list of tuners above)
70 */

--- 33 unchanged lines hidden ---
64
65/* experimental code for Automatic Frequency Control */
66#define TUNER_AFC
67
68/*
69 * Fill in the tuner entries in the bktr_softc based on the selected tuner
70 * type (from the list of tuners above)
71 */

--- 33 unchanged lines hidden ---