diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-21 13:16:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-21 13:16:05 -0300 |
commit | 702749dc2df054e9cf04d37cec67c7561def1994 (patch) | |
tree | a434c7a2ccde7a85ce877c92ec51238717d027e1 /linux/drivers/media/dvb/frontends/stv0900.h | |
parent | 4b2b8049722233fd80417b5702b1debd5d0e0ad0 (diff) | |
parent | 0047b6a8d3ad87d40efdfbd209a059e90e7f98c9 (diff) | |
download | mediapointer-dvb-s2-702749dc2df054e9cf04d37cec67c7561def1994.tar.gz mediapointer-dvb-s2-702749dc2df054e9cf04d37cec67c7561def1994.tar.bz2 |
merge: http://udev.netup.ru/hg/v4l-dvb-commits
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0900.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0900.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0900.h b/linux/drivers/media/dvb/frontends/stv0900.h index 8a1332c20..bf4e9b633 100644 --- a/linux/drivers/media/dvb/frontends/stv0900.h +++ b/linux/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 */ |