summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/bt8xx/dst_common.h
diff options
context:
space:
mode:
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 @@
#define DST_TYPE_HAS_SESSION 128
#define TUNER_TYPE_MULTI 1
+
+/* DVB-S */
#define TUNER_TYPE_L64724 2
#define TUNER_TYPE_STV0299 4
#define TUNER_TYPE_MB86A15 8
+/* ATSC */
+#define TUNER_TYPE_NXT200x 16
+
+
#define RDC_8820_PIO_0_DISABLE 0
#define RDC_8820_PIO_0_ENABLE 1
#define RDC_8820_INT 2
@@ -132,6 +138,7 @@ struct dst_state {
struct tuner_types {
u32 tuner_type;
char *tuner_name;
+ char *board_name;
};
struct dst_types {