summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda10086.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-02-11 10:16:50 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-02-11 10:16:50 -0200
commitc04d5624259264dee07b78787754eb87b2f0af76 (patch)
tree384ff2b021427c823e95cfa11f985ffb6bd74cd2 /linux/drivers/media/dvb/frontends/tda10086.h
parentd693688003ff6719bc5d00b8957871ab127461bb (diff)
parent64258f263ffc8746f1365db19d6c2800c871d1bf (diff)
downloadmediapointer-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.h3
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))