summaryrefslogtreecommitdiffstats
path: root/api/Microtune_MT2266.h
blob: 2c11479a2de6fb5afade81166e48f58e45d91656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/**
 * @(#)Microtune_MT2266.h
 *
 * ==========================================================
 * Version: 2.1
 * Date:    2008.07.02
 * ==========================================================
 *
 * ==========================================================
 * History:
 *
 * Date         Author      Description
 * ----------------------------------------------------------
 *
 * 2008.07.02   Tom Lin     added tuner version
 * 2008.10.16   Tom Lin     support TA4029CTC
 * ==========================================================
 *
 * Copyright 2005 Afatech, Inc. All rights reserved.
 *
 */


#ifndef __Microtune_MT2266_H__
#define __Microtune_MT2266_H__


#define MT2266_VER_MAJOR        2
#define MT2266_VER_MINOR        1

extern TunerDescription tuner_MT2266;


/**
 *
 */
Dword MT2266_open (
	IN  Demodulator*	demodulator,
	IN  Byte			chip
);


/**
 *
 */
Dword MT2266_close (
	IN  Demodulator*	demodulator,
	IN  Byte			chip
);


/**
 *
 */
Dword MT2266_set (
	IN  Demodulator*	demodulator,
	IN  Byte			chip,
    IN  Word			bandwidth,
    IN  Dword			frequency
);


/**
 *
 */

void MT2266_supportTA4029CTC (
    IN  Demodulator*	demodulator,
    IN  INT            support // for Linux
);
#endif