diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:16:50 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:16:50 -0200 |
commit | c04d5624259264dee07b78787754eb87b2f0af76 (patch) | |
tree | 384ff2b021427c823e95cfa11f985ffb6bd74cd2 /linux/drivers/media/dvb/frontends/tda10086.h | |
parent | d693688003ff6719bc5d00b8957871ab127461bb (diff) | |
parent | 64258f263ffc8746f1365db19d6c2800c871d1bf (diff) | |
download | mediapointer-dvb-s2-c04d5624259264dee07b78787754eb87b2f0af76.tar.gz mediapointer-dvb-s2-c04d5624259264dee07b78787754eb87b2f0af76.tar.bz2 |
merge: http://linuxtv.org/hg/~hhackmann/v4l-dvb/
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)) |