aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst_common.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2006-06-21 09:28:01 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:05:17 -0400
commit364f255af783a105b262eae018f0cad68e186681 (patch)
tree1fe87d02376c1a9eebaf9cc29e48473c33d9b4d8 /drivers/media/dvb/bt8xx/dst_common.h
parent351634d27a90a7668554452f4ba1688043aa1128 (diff)
V4L/DVB (4167): Add Board Names
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r--drivers/media/dvb/bt8xx/dst_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h
index 19449592fd99..9323f948e940 100644
--- a/drivers/media/dvb/bt8xx/dst_common.h
+++ b/drivers/media/dvb/bt8xx/dst_common.h
@@ -65,10 +65,16 @@
65#define DST_TYPE_HAS_SESSION 128 65#define DST_TYPE_HAS_SESSION 128
66 66
67#define TUNER_TYPE_MULTI 1 67#define TUNER_TYPE_MULTI 1
68
69/* DVB-S */
68#define TUNER_TYPE_L64724 2 70#define TUNER_TYPE_L64724 2
69#define TUNER_TYPE_STV0299 4 71#define TUNER_TYPE_STV0299 4
70#define TUNER_TYPE_MB86A15 8 72#define TUNER_TYPE_MB86A15 8
71 73
74/* ATSC */
75#define TUNER_TYPE_NXT200x 16
76
77
72#define RDC_8820_PIO_0_DISABLE 0 78#define RDC_8820_PIO_0_DISABLE 0
73#define RDC_8820_PIO_0_ENABLE 1 79#define RDC_8820_PIO_0_ENABLE 1
74#define RDC_8820_INT 2 80#define RDC_8820_INT 2
@@ -132,6 +138,7 @@ struct dst_state {
132struct tuner_types { 138struct tuner_types {
133 u32 tuner_type; 139 u32 tuner_type;
134 char *tuner_name; 140 char *tuner_name;
141 char *board_name;
135}; 142};
136 143
137struct dst_types { 144struct dst_types {