V4L/DVB (4165): Add in tuner names
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h
index 3908c5b..1944959 100644
--- a/drivers/media/dvb/bt8xx/dst_common.h
+++ b/drivers/media/dvb/bt8xx/dst_common.h
@@ -125,9 +125,15 @@
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;