aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/bt8xx/dst_common.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2006-06-21 10:27:53 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 02:05:16 -0300
commitb633c6d6a39a1cb78091fb04f093b16bdf8cbf59 (patch)
tree94c75cbf9df9cabc8a3099b621b72b7114055991 /drivers/media/dvb/bt8xx/dst_common.h
parent396cffd63ed460ae2544d62745fabd22296af99a (diff)
V4L/DVB (4165): Add in tuner 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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h
index 3908c5b8c72..19449592fd9 100644
--- a/drivers/media/dvb/bt8xx/dst_common.h
+++ b/drivers/media/dvb/bt8xx/dst_common.h
@@ -125,9 +125,15 @@ struct dst_state {
u8 vendor[8];
u8 board_info[8];
u32 tuner_type;
+ char *tuner_name;
struct mutex dst_mutex;
};
+struct tuner_types {
+ u32 tuner_type;
+ char *tuner_name;
+};
+
struct dst_types {
char *device_id;
int offset;