Deleted Added
full compact
bktr_audio.h (52593) bktr_audio.h (118819)
1/* $FreeBSD: head/sys/dev/bktr/bktr_audio.h 52593 1999-10-28 13:58:17Z roger $ */
2
1/* $FreeBSD: head/sys/dev/bktr/bktr_audio.h 118819 2003-08-12 09:45:34Z alex $ */
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_audio : This deals with controlling the audio on TV cards,
10 * controlling the Audio Multiplexer (audio source selector).

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

60void init_audio_devices( bktr_ptr_t bktr );
61
62
63/*
64 * MSP34xx Audio Chip functions.
65 */
66void msp_autodetect( bktr_ptr_t bktr );
67void msp_read_id( bktr_ptr_t bktr );
2/*
3 * This is part of the Driver for Video Capture Cards (Frame grabbers)
4 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
5 * chipset.
6 * Copyright Roger Hardiman and Amancio Hasty.
7 *
8 * bktr_audio : This deals with controlling the audio on TV cards,
9 * controlling the Audio Multiplexer (audio source selector).

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

59void init_audio_devices( bktr_ptr_t bktr );
60
61
62/*
63 * MSP34xx Audio Chip functions.
64 */
65void msp_autodetect( bktr_ptr_t bktr );
66void msp_read_id( bktr_ptr_t bktr );
67#ifdef BKTR_NEW_MSP34XX_DRIVER
68int msp_attach(bktr_ptr_t bktr);
69int msp_detach(bktr_ptr_t bktr);
70void msp_wake_thread(bktr_ptr_t bktr);
71void msp_halt_thread(bktr_ptr_t bktr);
72#endif
68
69
70/*
71 * DPL35xx Audio Chip functions.
72 */
73void dpl_autodetect( bktr_ptr_t bktr );
74void dpl_read_id( bktr_ptr_t bktr );
75
76
77/*
78 * TDA98xx Audio Chip functions.
79 */
80void init_BTSC( bktr_ptr_t bktr );
81int set_BTSC( bktr_ptr_t bktr, int control );
82
83
84
73
74
75/*
76 * DPL35xx Audio Chip functions.
77 */
78void dpl_autodetect( bktr_ptr_t bktr );
79void dpl_read_id( bktr_ptr_t bktr );
80
81
82/*
83 * TDA98xx Audio Chip functions.
84 */
85void init_BTSC( bktr_ptr_t bktr );
86int set_BTSC( bktr_ptr_t bktr, int control );
87
88
89