summaryrefslogtreecommitdiffstats
path: root/api/Microtune_MT2266.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/Microtune_MT2266.h')
-rw-r--r--api/Microtune_MT2266.h71
1 files changed, 71 insertions, 0 deletions
diff --git a/api/Microtune_MT2266.h b/api/Microtune_MT2266.h
new file mode 100644
index 0000000..2c11479
--- /dev/null
+++ b/api/Microtune_MT2266.h
@@ -0,0 +1,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 \ No newline at end of file