diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2006-06-21 10:41:37 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 02:05:19 -0300 |
commit | 63ad4e445d683fc1bee748171a7fcb589546bf04 (patch) | |
tree | 46868ceff6747454a10db50e12d82e40b74e058b /drivers/media/dvb/bt8xx/dst_common.h | |
parent | 77e0be12100a3d40abfa46ef54c323b6cfff41ed (diff) | |
download | kernel-crypto-63ad4e445d683fc1bee748171a7fcb589546bf04.tar.gz kernel-crypto-63ad4e445d683fc1bee748171a7fcb589546bf04.tar.xz kernel-crypto-63ad4e445d683fc1bee748171a7fcb589546bf04.zip |
V4L/DVB (4177): DCTNEW and ATSC fixes
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index abdaec848e1..cb5a6ebffe0 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h @@ -138,6 +138,7 @@ struct dst_state { u32 tuner_type; char *tuner_name; struct mutex dst_mutex; + u8 fw_name[8]; }; struct tuner_types { |