diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
commit | 9dad7a8ef98c99fbd6c8e7a235426867bdf328f6 (patch) | |
tree | 3c98f73b2e1b3af281a7498180897720ae274d1c /linux/drivers/media/dvb/frontends/tda10086.h | |
parent | 5af359015ddc9e36fc7a6620dbc0e8a1bdd08e93 (diff) | |
parent | a042cc6d0f7afd9f007a070fded78d32606b0133 (diff) | |
download | mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.gz mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.bz2 |
merge: http://www.linuxtv.org/hg/~dougsland/v4l-mutex
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda10086.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda10086.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda10086.h b/linux/drivers/media/dvb/frontends/tda10086.h index ed584a8f4..eeceaeee7 100644 --- a/linux/drivers/media/dvb/frontends/tda10086.h +++ b/linux/drivers/media/dvb/frontends/tda10086.h @@ -33,6 +33,9 @@ struct tda10086_config /* does the "inversion" need inverted? */ u8 invert; + + /* do we need the diseqc signal with carrier? */ + u8 diseqc_tone; }; #if defined(CONFIG_DVB_TDA10086) || (defined(CONFIG_DVB_TDA10086_MODULE) && defined(MODULE)) |