Deleted Added
full compact
bktr_reg.h (93165) bktr_reg.h (118819)
1/*
1/*
2 * $FreeBSD: head/sys/dev/bktr/bktr_reg.h 93165 2002-03-25 21:22:35Z nsouch $
2 * $FreeBSD: head/sys/dev/bktr/bktr_reg.h 118819 2003-08-12 09:45:34Z alex $
3 *
4 * Copyright (c) 1999 Roger Hardiman
5 * Copyright (c) 1998 Amancio Hasty
6 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

690 int dpl_addr; /* DPL i2c address */
691 int slow_msp_audio; /* 0 = use fast MSP3410/3415 programming sequence */
692 /* 1 = use slow MSP3410/3415 programming sequence */
693 /* 2 = use Tuner's Mono audio output via the MSP chip */
694 int msp_use_mono_source; /* use Tuner's Mono audio output via the MSP chip */
695 int audio_mux_present; /* 1 = has audio mux on GPIO lines, 0 = no audio mux */
696 int msp_source_selected; /* 0 = TV source, 1 = Line In source, 2 = FM Radio Source */
697
3 *
4 * Copyright (c) 1999 Roger Hardiman
5 * Copyright (c) 1998 Amancio Hasty
6 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

690 int dpl_addr; /* DPL i2c address */
691 int slow_msp_audio; /* 0 = use fast MSP3410/3415 programming sequence */
692 /* 1 = use slow MSP3410/3415 programming sequence */
693 /* 2 = use Tuner's Mono audio output via the MSP chip */
694 int msp_use_mono_source; /* use Tuner's Mono audio output via the MSP chip */
695 int audio_mux_present; /* 1 = has audio mux on GPIO lines, 0 = no audio mux */
696 int msp_source_selected; /* 0 = TV source, 1 = Line In source, 2 = FM Radio Source */
697
698#ifdef BKTR_NEW_MSP34XX_DRIVER
699 /* msp3400c related data */
700 void * msp3400c_info;
701 int stereo_once;
702 int amsound;
703 int mspsimple;
704 int dolby;
705#endif
706
698};
699
700typedef struct bktr_softc bktr_reg_t;
701typedef struct bktr_softc* bktr_ptr_t;
702
703#define Bt848_MAX_SIGN 16
704
705struct bt848_card_sig {

--- 25 unchanged lines hidden ---
707};
708
709typedef struct bktr_softc bktr_reg_t;
710typedef struct bktr_softc* bktr_ptr_t;
711
712#define Bt848_MAX_SIGN 16
713
714struct bt848_card_sig {

--- 25 unchanged lines hidden ---