diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-10-17 08:58:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:41:24 -0200 |
commit | 29372a8daec4c1dca83e294006488b1d47dd965c (patch) | |
tree | 61e560e96ffc8b8cabec94962299abf09a91246b /drivers/media/dvb/frontends/stv0900.h | |
parent | 9329fb5b731cd535a7c7d0690d30e872f29a33d3 (diff) |
V4L/DVB (13336): stv0900: config definition for single/dual mode
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0900.h b/drivers/media/dvb/frontends/stv0900.h index bf4e9b63304..446bdfc8ad1 100644 --- a/drivers/media/dvb/frontends/stv0900.h +++ b/drivers/media/dvb/frontends/stv0900.h @@ -36,6 +36,7 @@ struct stv0900_reg { struct stv0900_config { u8 demod_address; + u8 demod_mode; u32 xtal; u8 clkmode;/* 0 for CLKI, 2 for XTALI */ |