diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2006-06-21 09:27:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:05:16 -0400 |
commit | b633c6d6a39a1cb78091fb04f093b16bdf8cbf59 (patch) | |
tree | 94c75cbf9df9cabc8a3099b621b72b7114055991 /drivers/media/dvb/bt8xx/dst_common.h | |
parent | 396cffd63ed460ae2544d62745fabd22296af99a (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.h | 6 |
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 3908c5b8c72d..19449592fd99 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -125,9 +125,15 @@ struct dst_state { | |||
125 | u8 vendor[8]; | 125 | u8 vendor[8]; |
126 | u8 board_info[8]; | 126 | u8 board_info[8]; |
127 | u32 tuner_type; | 127 | u32 tuner_type; |
128 | char *tuner_name; | ||
128 | struct mutex dst_mutex; | 129 | struct mutex dst_mutex; |
129 | }; | 130 | }; |
130 | 131 | ||
132 | struct tuner_types { | ||
133 | u32 tuner_type; | ||
134 | char *tuner_name; | ||
135 | }; | ||
136 | |||
131 | struct dst_types { | 137 | struct dst_types { |
132 | char *device_id; | 138 | char *device_id; |
133 | int offset; | 139 | int offset; |