summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0900.h
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-06-19 05:45:23 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-23 03:14:12 -0300
commitf867c3f4eab1d5006df4f3734fab1134feffbeba (patch)
tree201173fa992dab326ec674def03247e58863149e /drivers/media/dvb/frontends/stv0900.h
parentee1ebcfea6ee16491f88e8023554dd214e1ba85c (diff)
downloadop-kernel-dev-f867c3f4eab1d5006df4f3734fab1134feffbeba.zip
op-kernel-dev-f867c3f4eab1d5006df4f3734fab1134feffbeba.tar.gz
V4L/DVB (12098): Create table for customize stv0900 ts registers.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0900.h')
-rw-r--r--drivers/media/dvb/frontends/stv0900.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0900.h b/drivers/media/dvb/frontends/stv0900.h
index 8a1332c..bf4e9b6 100644
--- a/drivers/media/dvb/frontends/stv0900.h
+++ b/drivers/media/dvb/frontends/stv0900.h
@@ -29,6 +29,11 @@
#include <linux/dvb/frontend.h>
#include "dvb_frontend.h"
+struct stv0900_reg {
+ u16 addr;
+ u8 val;
+};
+
struct stv0900_config {
u8 demod_address;
u32 xtal;
@@ -38,7 +43,7 @@ struct stv0900_config {
u8 path1_mode;
u8 path2_mode;
-
+ struct stv0900_reg *ts_config_regs;
u8 tun1_maddress;/* 0, 1, 2, 3 for 0xc0, 0xc2, 0xc4, 0xc6 */
u8 tun2_maddress;
u8 tun1_adc;/* 1 for stv6110, 2 for stb6100 */
OpenPOWER on IntegriCloud